Fix invalid direction error message.

remotes/origin/master-1.2.x
Victor Julien 14 years ago
parent 801f92f705
commit e0cf2ccb91

@ -963,7 +963,7 @@ static int SigParseBasics(Signature *s, char *sigstr, char ***result, uint8_t ad
goto error; goto error;
if (strcmp(arr[CONFIG_DIREC], "<-") == 0) { if (strcmp(arr[CONFIG_DIREC], "<-") == 0) {
SCLogError(SC_ERR_INVALID_DIRECTION, "\"->\" is not a valid direction modifier, \"->\" and \"<>\" are supported."); SCLogError(SC_ERR_INVALID_DIRECTION, "\"<-\" is not a valid direction modifier, \"->\" and \"<>\" are supported.");
goto error; goto error;
} }

Loading…
Cancel
Save