Bug #1214 ยป global-threshold.diff
| src/util-threshold-config.c | ||
|---|---|---|
|
"an event var set. The signature event var is "
|
||
|
"given precedence over the threshold.conf one. "
|
||
|
"We'll change this in the future though.", s->id);
|
||
|
goto end;
|
||
|
continue;
|
||
|
}
|
||
|
sm = SigMatchGetLastSMFromLists(s, 2,
|
||
| ... | ... | |
|
"an event var set. The signature event var is "
|
||
|
"given precedence over the threshold.conf one. "
|
||
|
"We'll change this in the future though.", s->id);
|
||
|
goto end;
|
||
|
continue;
|
||
|
}
|
||
|
de = SCMalloc(sizeof(DetectThresholdData));
|
||