[pisa-src] r1681 - trunk/pisasd/sdnat.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 13 Nov 2009 12:18:04 +0100

Author: tjansen
Date: Fri Nov 13 12:18:04 2009
New Revision: 1681

Log:
Fixed error message. Forgot to change function name after a copy-paste.

Modified:
   trunk/pisasd/sdnat.c

Modified: trunk/pisasd/sdnat.c
==============================================================================
--- trunk/pisasd/sdnat.c        Thu Nov 12 19:17:36 2009        (r1680)
+++ trunk/pisasd/sdnat.c        Fri Nov 13 12:18:04 2009        (r1681)
@@ -43,7 +43,7 @@
        if (value == '0') {
                PISA_DEBUG(PL_NAT, "Enabling ip_forwarding.\n");
                if (write(fd, "1", 1) != 1)
-                       PISA_ERROR("pisa_forwarding_stop: failed to write the 
ip_forward status\n");
+                       PISA_ERROR("pisa_forwarding_start: failed to write the 
ip_forward status\n");
                sd_ctx.disable_ip4_forward = 1;
        }
 

Other related posts:

  • » [pisa-src] r1681 - trunk/pisasd/sdnat.c - Thomas Jansen