Use a default prio of 3.

remotes/origin/master-1.0.x
Victor Julien 17 years ago
parent f0ed41fb0a
commit 63bb777100

@ -420,6 +420,10 @@ Signature *SigInit(char *sigstr) {
if (sig == NULL) if (sig == NULL)
goto error; goto error;
/* XXX one day we will support this the way Snort does,
* through classifications.config */
sig->prio = 3;
if (SigParse(sig, sigstr) < 0) if (SigParse(sig, sigstr) < 0)
goto error; goto error;

Loading…
Cancel
Save