mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Fix typo in MS AD persistent search ctrl
This commit is contained in:
parent
6c469f0793
commit
08f07b2ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ ldap_create_extended_dn_control(
|
||||||
#ifdef LDAP_CONTROL_X_SERVER_NOTIFICATION
|
#ifdef LDAP_CONTROL_X_SERVER_NOTIFICATION
|
||||||
|
|
||||||
int
|
int
|
||||||
ldap_create_sever_notification_control( LDAP *ld,
|
ldap_create_server_notification_control( LDAP *ld,
|
||||||
LDAPControl **ctrlp )
|
LDAPControl **ctrlp )
|
||||||
{
|
{
|
||||||
assert( ld != NULL );
|
assert( ld != NULL );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue