ftp: indent FTPParseResponse again

pull/4839/head
Philippe Antoine 5 years ago committed by Victor Julien
parent a6294d6ec2
commit 699d6682da

@ -811,7 +811,7 @@ static AppLayerResult FTPParseResponse(Flow *f, void *ftp_state, AppLayerParserS
if (FTPIsPPR(state->current_line, state->current_line_len)) { if (FTPIsPPR(state->current_line, state->current_line_len)) {
continue; continue;
} }
tx_complete: tx_complete:
tx->done = true; tx->done = true;
} }

Loading…
Cancel
Save