Revert previous, unnecessary

This commit is contained in:
Howard Chu 2004-12-17 09:48:26 +00:00
parent 090270e965
commit a2a1ffb05d

View File

@ -523,8 +523,6 @@ int get_ctrls(
c->ldctl_iscritical = (crit != 0);
tag = ber_peek_tag( ber, &len );
} else {
c->ldctl_iscritical = 0;
}
if( tag == LBER_OCTETSTRING ) {
@ -541,8 +539,6 @@ int get_ctrls(
rs->sr_text = "decoding controls error";
goto return_results;
}
} else {
BER_BVZERO( &c->ldctl_value );
}
Debug( LDAP_DEBUG_TRACE,