mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#6817 fix RE24 build breakage
Should SLAP_AUTH_DN be #defined in release now?
This commit is contained in:
parent
5e467e4899
commit
ceefe132a8
1 changed files with 4 additions and 3 deletions
|
|
@ -2209,12 +2209,13 @@ ldap_back_proxy_authz_bind(
|
|||
void *defaults = NULL;
|
||||
struct berval authzID = BER_BVNULL;
|
||||
int freeauthz = 0;
|
||||
|
||||
#ifdef SLAP_AUTH_DN
|
||||
LDAPControl ctrl, *ctrls[2], **ctrlsp = NULL;
|
||||
LDAPControl **ctrlsp = NULL;
|
||||
LDAPMessage *result = NULL;
|
||||
const char *rmech = NULL;
|
||||
const char *save_text = rs->sr_text;
|
||||
|
||||
#ifdef SLAP_AUTH_DN
|
||||
LDAPControl ctrl, *ctrls[2];
|
||||
int msgid;
|
||||
#endif /* SLAP_AUTH_DN */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue