detect-parse: fix missing space in error message (2541)

Fix missing space in error message.
pull/3428/head
Danny Browning 7 years ago committed by Victor Julien
parent f68bf3301a
commit cd40a3f7ac

@ -678,7 +678,7 @@ static int SigParseOptions(DetectEngineCtx *de_ctx, Signature *s, char *optstr,
}
/* if quoting is mandatory, enforce it */
if (st->flags & SIGMATCH_QUOTES_MANDATORY && ovlen && *ptr != '"') {
SCLogError(SC_ERR_INVALID_SIGNATURE, "invalid formattingto %s keyword: "
SCLogError(SC_ERR_INVALID_SIGNATURE, "invalid formatting to %s keyword: "
"value must be double quoted \'%s\'", optname, optstr);
goto error;
}

Loading…
Cancel
Save