Skip to content
Snippets Groups Projects
Commit fb91d430 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

it seems more appropriate to return LDAP_SUCCESS.

parent 0675a320
Branches
Tags
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment