]> git.sur5r.net Git - openldap/commitdiff
Fix missed rev 1.88 commit
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 11 Nov 2008 00:11:59 +0000 (00:11 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 11 Nov 2008 00:11:59 +0000 (00:11 +0000)
libraries/libldap/options.c

index 06ae97245c79520ce8d4b511fc5e440409ad08e9..329047143100d217e65b86d92375d97f974727fb 100644 (file)
@@ -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;