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:
Kurt Zeilenga 2000-06-02 23:51:31 +00:00
parent 45c6324a9d
commit 743598b3d0

View file

@ -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);