diff --git a/src/flow-bypass.c b/src/flow-bypass.c index 94e8afeba8..a7070f11eb 100644 --- a/src/flow-bypass.c +++ b/src/flow-bypass.c @@ -85,7 +85,7 @@ static TmEcode BypassedFlowManager(ThreadVars *th_v, void *thread_data) /* check if we have a periodic check function */ bool found = false; for (i = 0; i < g_bypassed_func_max_index; i++) { - if (bypassedfunclist[i].FuncInit) { + if (bypassedfunclist[i].Func) { found = true; break; }