mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
it seems more appropriate to return LDAP_SUCCESS.
This commit is contained in:
parent
0675a320d7
commit
fb91d430f2
@ -1835,15 +1835,13 @@ cache_back_sentry(
|
||||
rs->sr_entry->e_nname = ndn;
|
||||
|
||||
op->o_callback = cb;
|
||||
return 0;
|
||||
return LDAP_SUCCESS;
|
||||
|
||||
} else if (rs->sr_type == REP_RESULT) {
|
||||
op->o_callback = NULL;
|
||||
send_ldap_result( op, rs );
|
||||
return 0;
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
/* FIXME: not handled? */
|
||||
assert(0);
|
||||
return -1;
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user