mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
This is a one-liner Steve missed in the referral patch. Make sure the
ldo_rebindproc value has a sane value.
This commit is contained in:
parent
45c6324a9d
commit
743598b3d0
1 changed files with 1 additions and 0 deletions
|
|
@ -386,6 +386,7 @@ void ldap_int_initialize( int *dbglvl )
|
|||
gopts.ldo_defport = LDAP_PORT;
|
||||
|
||||
gopts.ldo_refhoplimit = LDAP_DEFAULT_REFHOPLIMIT;
|
||||
gopts.ldo_rebindproc = NULL;
|
||||
|
||||
LDAP_BOOL_ZERO(&gopts);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue