Coverity 1100843: remove unnecessary check

pull/576/merge
Victor Julien 12 years ago
parent cb15000387
commit afaa10b37d

@ -2002,7 +2002,7 @@ static int HTPCallbackRequestLine(htp_tx_t *tx)
tx_ud->request_uri_normalized = request_uri_normalized;
htp_tx_set_user_data(tx, tx_ud);
if (tx && tx->flags) {
if (tx->flags) {
HtpState *hstate = htp_connp_get_user_data(tx->connp);
HTPErrorCheckTxRequestFlags(hstate, tx);
}

Loading…
Cancel
Save