detect/pcre: remove redundant applayer flag set

pull/8928/head
Victor Julien 3 years ago
parent 681b4c3a23
commit f6f2c22574

@ -878,7 +878,6 @@ static int DetectPcreSetup (DetectEngineCtx *de_ctx, Signature *s, const char *r
if (DetectBufferGetActiveList(de_ctx, s) == -1)
goto error;
s->flags |= SIG_FLAG_APPLAYER;
sm_list = s->init_data->list;
} else {
switch (parsed_sm_list) {

Loading…
Cancel
Save