]> git.sur5r.net Git - openldap/commitdiff
Remove developer's assert
authorKurt Zeilenga <kurt@openldap.org>
Tue, 7 Mar 2006 21:48:25 +0000 (21:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 7 Mar 2006 21:48:25 +0000 (21:48 +0000)
servers/slapd/txn.c

index 03cc7e337a675e15eaca82c42713d146c1c530d1..c86cd12ca80c0d6cfe93cb94985aa86780617098 100644 (file)
@@ -151,7 +151,6 @@ int txn_end_extop(
        }
 
        tag = ber_peek_tag( ber, &len );
-       assert( tag == LBER_BOOLEAN );
        if( tag == LBER_BOOLEAN ) {
                tag = ber_scanf( ber, "b", &commit );
                if( tag == LBER_ERROR ) {