mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix ipa_uuid to not interfer with proper error reporting
Fixes: https://fedorahosted.org/freeipa/ticket/813
This commit is contained in:
@@ -819,9 +819,8 @@ static int ipauuid_pre_op(Slapi_PBlock *pb, int modtype)
|
||||
slapi_sdn_free(&tmp_dn);
|
||||
|
||||
if (ret) {
|
||||
LOG_FATAL("slapi_search_internal_get_entry failed!? Err %d\n",
|
||||
ret);
|
||||
ret = LDAP_OPERATIONS_ERROR;
|
||||
/* ok a client tried to modify an entry that doesn't exist.
|
||||
* Nothing to see here, move along ... */
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user