From: Kurt Zeilenga Date: Fri, 2 Jun 2000 23:51:31 +0000 (+0000) Subject: This is a one-liner Steve missed in the referral patch. Make sure the X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2776 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=743598b3d0da535b28f44a5157b7ee702dbe1b2f;p=openldap This is a one-liner Steve missed in the referral patch. Make sure the ldo_rebindproc value has a sane value. --- diff --git a/libraries/libldap/init.c b/libraries/libldap/init.c index 820c951e95..1a5d1ef7b9 100644 --- a/libraries/libldap/init.c +++ b/libraries/libldap/init.c @@ -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);