Skip to content
Snippets Groups Projects
Commit 77f8a2d7 authored by Howard Chu's avatar Howard Chu
Browse files

Added slap_null_cb

parent 7b423b20
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,14 @@ send_ldap_disconnect( Operation *op, SlapReply *rs )
assert(0);
}
int
slap_null_cb(
Operation *op, SlapReply *rs
)
{
assert(0);
}
void
slap_send_ldap_extended(
Operation *op, SlapReply *rs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment