mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7293 fix typo in ldap_create_session_tracking_control() decl
This commit is contained in:
parent
8aa05e920a
commit
19aeb1cda9
1 changed files with 1 additions and 1 deletions
|
|
@ -2512,7 +2512,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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue