]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix typo in MS AD persistent search ctrl
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 4 Feb 2021 15:55:57 +0000 (15:55 +0000)
committerOndřej Kuzník <ondra@mistotebe.net>
Thu, 4 Feb 2021 15:55:57 +0000 (15:55 +0000)
libraries/libldap/msctrl.c

index 934daadc588c37294bbacaa9be94bba96b787295..cbf948899eb4610d2d5513aae7d3b37d0a17b431 100644 (file)
@@ -264,7 +264,7 @@ ldap_create_extended_dn_control(
 #ifdef LDAP_CONTROL_X_SERVER_NOTIFICATION
 
 int
-ldap_create_sever_notification_control( LDAP *ld,
+ldap_create_server_notification_control( LDAP *ld,
                                     LDAPControl **ctrlp )
 {
        assert( ld != NULL );