mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
Remove developer's assert
This commit is contained in:
parent
8788a2af36
commit
4a87798893
1 changed files with 0 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue