bypass: flow bypass is not ebpf only

pull/3952/head
Eric Leblond 6 years ago committed by Victor Julien
parent c938dbde27
commit de52e78e65

@ -57,7 +57,6 @@ BypassedUpdateFuncItem updatefunclist[BYPASSFUNCMAX];
static TmEcode BypassedFlowManager(ThreadVars *th_v, void *thread_data) static TmEcode BypassedFlowManager(ThreadVars *th_v, void *thread_data)
{ {
#ifdef HAVE_PACKET_EBPF
int tcount = 0; int tcount = 0;
int i; int i;
BypassedFlowManagerThreadData *ftd = thread_data; BypassedFlowManagerThreadData *ftd = thread_data;
@ -103,7 +102,6 @@ static TmEcode BypassedFlowManager(ThreadVars *th_v, void *thread_data)
usleep(10000); usleep(10000);
} }
} }
#endif
return TM_ECODE_OK; return TM_ECODE_OK;
} }

Loading…
Cancel
Save