From: Quanah Gibson-Mount Date: Tue, 11 Nov 2008 00:11:59 +0000 (+0000) Subject: Fix missed rev 1.88 commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_13~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a48db631e2caade14d991d75bd8f5fba97974b8;p=openldap Fix missed rev 1.88 commit --- diff --git a/libraries/libldap/options.c b/libraries/libldap/options.c index 06ae97245c..3290471431 100644 --- a/libraries/libldap/options.c +++ b/libraries/libldap/options.c @@ -680,6 +680,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;