From: Howard Chu Date: Fri, 15 Aug 2008 10:53:11 +0000 (+0000) Subject: Fix prev commit X-Git-Tag: ACLCHECK_0~1421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46049f1d13ef68488ac60f33e798754f2383823d;p=thirdparty%2Fopenldap.git Fix prev commit --- diff --git a/libraries/libldap/options.c b/libraries/libldap/options.c index 9f1e9f1bc7..8903c61404 100644 --- a/libraries/libldap/options.c +++ b/libraries/libldap/options.c @@ -675,6 +675,7 @@ ldap_set_option( case LDAP_OPT_DEBUG_LEVEL: case LDAP_OPT_TIMEOUT: case LDAP_OPT_NETWORK_TIMEOUT: + case LDAP_OPT_CONNECT_CB: if(invalue == NULL) { /* no place to set from */ return LDAP_OPT_ERROR;