Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -545,9 +545,8 @@ static int ipa_range_check_pre_op(Slapi_PBlock *pb, int modtype)
|
||||
ret = slapi_search_internal_get_entry(dn, NULL, &entry,
|
||||
ctx->plugin_id);
|
||||
if (ret != 0 || entry == NULL) {
|
||||
LOG("Missing entry to modify.\n");
|
||||
/* No range object, nothing to do. */
|
||||
ret = 0;
|
||||
LOG_FATAL("Missing entry to modify.\n");
|
||||
ret = LDAP_NO_SUCH_OBJECT;
|
||||
goto done;
|
||||
}
|
||||
free_entry = true;
|
||||
|
||||
Reference in New Issue
Block a user