|
|
@ -385,8 +385,8 @@ static int SetupSuppressRule(DetectEngineCtx *de_ctx, uint32_t id, uint32_t gid,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (id > 0 && gid == 0) {
|
|
|
|
} else if (id > 0 && gid == 0) {
|
|
|
|
SCLogError(SC_ERR_INVALID_VALUE, "Can't use a event config that has "
|
|
|
|
SCLogError(SC_ERR_INVALID_VALUE, "Can't use a event config that has "
|
|
|
|
"sid > 0 and gid == 0. Please fix this "
|
|
|
|
"sid > 0 and gid == 0. Please fix this "
|
|
|
|
"in your threshold.conf file");
|
|
|
|
"in your threshold.config file");
|
|
|
|
goto error;
|
|
|
|
goto error;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
s = SigFindSignatureBySidGid(de_ctx, id, gid);
|
|
|
|
s = SigFindSignatureBySidGid(de_ctx, id, gid);
|
|
|
|