]> git.sur5r.net Git - openldap/commitdiff
This is a one-liner Steve missed in the referral patch. Make sure the
authorKurt Zeilenga <kurt@openldap.org>
Fri, 2 Jun 2000 23:51:31 +0000 (23:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 2 Jun 2000 23:51:31 +0000 (23:51 +0000)
ldo_rebindproc value has a sane value.

libraries/libldap/init.c

index 820c951e9597f44991f19bd3fc9f4ec4fcf41818..1a5d1ef7b9a09153b6e1c9b4b75432f41a06a24e 100644 (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);