ftp: reply code 150 doesn't end tx

pull/4046/head
Victor Julien 6 years ago
parent b595da6c51
commit 343ba45916

@ -824,6 +824,10 @@ static int FTPParseResponse(Flow *f, void *ftp_state, AppLayerParserState *pstat
}
}
if (input_len >= 4 && SCMemcmp("150 ", input, 4) == 0) {
return retcode;
}
tx_complete:
tx->done = true;
return retcode;

Loading…
Cancel
Save