Skip to content
Snippets Groups Projects
Commit 50ed4465 authored by Howard Chu's avatar Howard Chu
Browse files

slap_known_controls is now an array. (control.c r1.117)

parent 6bbca5e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment