]> git.sur5r.net Git - openldap/commitdiff
ITS#2704 don't hang client when no preop plugins are loaded
authorHoward Chu <hyc@openldap.org>
Tue, 23 Sep 2003 05:35:38 +0000 (05:35 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 23 Sep 2003 05:35:38 +0000 (05:35 +0000)
servers/slapd/bind.c

index 0d87e303ed5a94733f1fe4e260b998caf9ad219c..80c1081acb2f3afb97c39e30d4eb9f6a9b371aa6 100644 (file)
@@ -540,6 +540,8 @@ do_bind(
 #endif
 
        switch ( rs->sr_err ) {
+       case 1: /* no plugins present, continue normally */
+               break;
        case SLAPI_BIND_SUCCESS:
                /* Continue with backend processing */
                break;