thresholds: remove dead code in parsing

pull/3538/head
Victor Julien 6 years ago
parent a7161316a2
commit 1470b436b9

@ -902,9 +902,6 @@ static int ParseThresholdRule(DetectEngineCtx *de_ctx, char *rawstr,
goto error;
}
break;
default:
SCLogError(SC_ERR_PCRE_MATCH, "unable to find rule type for string %s", rawstr);
goto error;
}
switch (rule_type) {

Loading…
Cancel
Save