Fix typo in MS AD persistent search ctrl

This commit is contained in:
Ondřej Kuzník 2021-02-04 15:55:57 +00:00
parent 6c469f0793
commit 08f07b2ac1

View file

@ -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 );