mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
slap_known_controls is now an array. (control.c r1.117)
This commit is contained in:
parent
6bbca5e368
commit
50ed4465fb
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ LDAP_SLAPD_F (int) slap_startup LDAP_P(( Backend *be ));
|
|||
LDAP_SLAPD_F (int) slap_shutdown LDAP_P(( Backend *be ));
|
||||
LDAP_SLAPD_F (int) slap_destroy LDAP_P((void));
|
||||
|
||||
LDAP_SLAPD_V (char **) slap_known_controls;
|
||||
LDAP_SLAPD_V (char *) slap_known_controls[];
|
||||
|
||||
/*
|
||||
* kerberos.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue