From 45db6b8b0f9ef4c71bac64bf70c56439584187e7 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 9 Feb 2012 21:34:44 +0100 Subject: [PATCH] clean up --- miniupnpd/miniupnpd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/miniupnpd/miniupnpd.c b/miniupnpd/miniupnpd.c index b276f41..4045ce5 100644 --- a/miniupnpd/miniupnpd.c +++ b/miniupnpd/miniupnpd.c @@ -12,7 +12,9 @@ /* apt-get install libnetfilter-queue-dev */ #include #include -//#include /* Defines verdicts (NF_ACCEPT, etc) */ +#if 0 +#include /* Defines verdicts (NF_ACCEPT, etc) */ +#endif #include #include #include @@ -1652,7 +1654,6 @@ shutdown: if (shttpl >= 0) close(shttpl); #ifdef ENABLE_IPV6 if (sudpv6 >= 0) close(sudpv6); - //if (shttplv6 >= 0) close(shttplv6); #endif #ifdef USE_IFACEWATCHER if(sifacewatcher >= 0) close(sifacewatcher);