af-packet: fix build on systems without AF_PACKET

pull/53/head
Eric Leblond 13 years ago committed by Victor Julien
parent 84e0d76406
commit b0a2aefc78

@ -2015,7 +2015,9 @@ int main(int argc, char **argv)
TmqhCleanup(); TmqhCleanup();
TmModuleRunDeInit(); TmModuleRunDeInit();
#ifdef HAVE_AF_PACKET
AFPPeersListClean(); AFPPeersListClean();
#endif
#ifdef PROFILING #ifdef PROFILING
if (profiling_rules_enabled) if (profiling_rules_enabled)

Loading…
Cancel
Save