diff --git a/src/detect-parse.c b/src/detect-parse.c index 5dfa08f8a6..8816801139 100644 --- a/src/detect-parse.c +++ b/src/detect-parse.c @@ -420,6 +420,10 @@ Signature *SigInit(char *sigstr) { if (sig == NULL) goto error; + /* XXX one day we will support this the way Snort does, + * through classifications.config */ + sig->prio = 3; + if (SigParse(sig, sigstr) < 0) goto error;