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();
TmModuleRunDeInit();
#ifdef HAVE_AF_PACKET
AFPPeersListClean();
#endif
#ifdef PROFILING
if (profiling_rules_enabled)

Loading…
Cancel
Save