]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Fri, 15 Aug 2008 10:53:11 +0000 (10:53 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 15 Aug 2008 10:53:11 +0000 (10:53 +0000)
libraries/libldap/options.c

index 9f1e9f1bc7ed22c7f183b507f5222f75c05682a0..8903c61404025b1f57cf8137febb94115df5ec89 100644 (file)
@@ -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;