tm-threads: fix build warning in afl mode

pull/3228/merge
Eric Leblond 8 years ago committed by Victor Julien
parent 968ed663a8
commit 356440b380

@ -188,6 +188,8 @@ TmEcode TmThreadsSlotVarRun(ThreadVars *tv, Packet *p,
return TM_ECODE_OK; return TM_ECODE_OK;
} }
#ifndef AFLFUZZ_PCAP_RUNMODE
/** \internal /** \internal
* *
* \brief Process flow timeout packets * \brief Process flow timeout packets
@ -268,8 +270,6 @@ static int TmThreadTimeoutLoop(ThreadVars *tv, TmSlot *s)
*/ */
#ifndef AFLFUZZ_PCAP_RUNMODE
static void *TmThreadsSlotPktAcqLoop(void *td) static void *TmThreadsSlotPktAcqLoop(void *td)
{ {
ThreadVars *tv = (ThreadVars *)td; ThreadVars *tv = (ThreadVars *)td;

Loading…
Cancel
Save