]> git.sur5r.net Git - openldap/commitdiff
ITS#7293 fix typo in ldap_create_session_tracking_control() decl
authorHoward Chu <hyc@openldap.org>
Sat, 23 Jun 2012 12:38:57 +0000 (05:38 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Jun 2012 21:24:52 +0000 (14:24 -0700)
include/ldap.h

index 475793ad2c9c2ae80ca3692c51f2a0c32efc56f8..e643c77f651ff2b99ce8e312426b16e9d5c48454 100644 (file)
@@ -2431,7 +2431,7 @@ ldap_create_session_tracking_value LDAP_P((
        struct berval   *value ));
 
 LDAP_F( int )
-ldap_create_session_tracking LDAP_P((
+ldap_create_session_tracking_control LDAP_P((
        LDAP            *ld,
        char            *sessionSourceIp,
        char            *sessionSourceName,