[pisa-src] r1642 - trunk/pisasd/sdctx.h

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 11 Nov 2009 14:16:31 +0100

Author: tjansen
Date: Wed Nov 11 14:16:30 2009
New Revision: 1642

Log:
Match cdctx.h for the tunnel_device_name size.

Modified:
   trunk/pisasd/sdctx.h

Modified: trunk/pisasd/sdctx.h
==============================================================================
--- trunk/pisasd/sdctx.h        Wed Nov 11 14:14:43 2009        (r1641)
+++ trunk/pisasd/sdctx.h        Wed Nov 11 14:16:30 2009        (r1642)
@@ -43,7 +43,7 @@
        /**
         * Name of the pisa tunnel device
         */
-       char tunnel_device_name[IFNAMSIZ];
+       char tunnel_device_name[MAX_IFNAME+1];
 
        /**
         * Control handler functions.

Other related posts:

  • » [pisa-src] r1642 - trunk/pisasd/sdctx.h - Thomas Jansen