mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix typo
This commit is contained in:
parent
c4cfe03619
commit
8223663865
1 changed files with 3 additions and 3 deletions
|
|
@ -139,8 +139,8 @@ static struct slap_control control_defs[] = {
|
|||
SLAP_CTRL_HIDE|SLAP_CTRL_DELETE, NULL,
|
||||
parseTreeDelete, LDAP_SLIST_ENTRY_INITIALIZER(next) },
|
||||
#endif
|
||||
#ifdef LDAP_CONTORL_X_SEARCH_OPTIONS
|
||||
{ LDAP_CONTORL_X_SEARCH_OPTIONS,
|
||||
#ifdef LDAP_CONTROL_X_SEARCH_OPTIONS
|
||||
{ LDAP_CONTROL_X_SEARCH_OPTIONS,
|
||||
(int)offsetof(struct slap_control_ids, sc_searchOptions),
|
||||
SLAP_CTRL_GLOBAL|SLAP_CTRL_SEARCH, NULL,
|
||||
parseSearchOptions, LDAP_SLIST_ENTRY_INITIALIZER(next) },
|
||||
|
|
@ -1316,7 +1316,7 @@ static int parseTreeDelete (
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef LDAP_CONTORL_X_SEARCH_OPTIONS
|
||||
#ifdef LDAP_CONTROL_X_SEARCH_OPTIONS
|
||||
static int parseSearchOptions (
|
||||
Operation *op,
|
||||
SlapReply *rs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue