]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9624 We've already checked before we call request_extended
authorOndřej Kuzník <okuznik@symas.com>
Tue, 3 Aug 2021 11:20:45 +0000 (12:20 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 4 Aug 2021 15:30:36 +0000 (15:30 +0000)
servers/lloadd/extended.c

index 5fbdf5e11c3911127da4f7d4208fc70dd43de1c2..7475d87e021159a41526e0bd240e6385e37dfd29 100644 (file)
@@ -158,10 +158,6 @@ request_extended( LloadConnection *c, LloadOperation *op )
     }
     ber_free( copy, 0 );
 
-    if ( c->c_state == LLOAD_C_BINDING ) {
-        operation_send_reject( op, LDAP_PROTOCOL_ERROR, "bind in progress", 0 );
-        return LDAP_SUCCESS;
-    }
     return request_process( c, op );
 }