[pisa-src] r1256 - trunk/pisasd/sdmain.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 21 Oct 2009 14:22:27 +0200

Author: tjansen
Date: Wed Oct 21 14:22:27 2009
New Revision: 1256

Log:
Removed a forgotten todo comment.

pisa_nat_destroy takes care of cleaning up the NAT.

Modified:
   trunk/pisasd/sdmain.c

Modified: trunk/pisasd/sdmain.c
==============================================================================
--- trunk/pisasd/sdmain.c       Wed Oct 21 14:11:46 2009        (r1255)
+++ trunk/pisasd/sdmain.c       Wed Oct 21 14:22:27 2009        (r1256)
@@ -245,8 +245,6 @@
        /* Remove lockfile */
        pisa_remove_lock_file(PISASD_LOCK_FILE);
 
-       /* TODO clear iptables (at least/most from nat stuff) */
-
 #ifdef CONFIG_PISA_LOGGING
        close_log();
 #endif

Other related posts:

  • » [pisa-src] r1256 - trunk/pisasd/sdmain.c - Thomas Jansen