mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Added slap_null_cb
This commit is contained in:
parent
7b423b20b0
commit
77f8a2d72f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user