Bug #1089 » smtp.patch
src/app-layer-smtp.c | ||
---|---|---|
SCLogDebug("unable to match reply with request");
|
||
SCReturnInt(-1);
|
||
}
|
||
if (state->cmds_cnt == 0) {
|
||
return 0;
|
||
}
|
||
}
|
||
if (state->cmds[state->cmds_idx] == SMTP_COMMAND_STARTTLS) {
|
- « Previous
- 1
- 2
- Next »