[vpnc-devel] svn commit: vpnc r325 - /trunk/tunip.c

vpnc at unix-ag.uni-kl.de vpnc at unix-ag.uni-kl.de
Fri Jun 20 03:40:39 CEST 2008


Author: Joerg Mayer
Date: Fri Jun 20 03:40:36 2008
New Revision: 325

Log:
DEBUG -> DEBUGTOP

Modified:
    trunk/tunip.c

Modified: trunk/tunip.c
==============================================================================
--- trunk/tunip.c (original)
+++ trunk/tunip.c Fri Jun 20 03:40:36 2008
@@ -212,7 +212,7 @@
 	}
 	if( r == 1 && *buf == 0xff )
 	{
-		DEBUG(1, printf("UDP NAT keepalive packet received\n"));
+		DEBUGTOP(1, printf("UDP NAT keepalive packet received\n"));
 		return -1;
 	}
 	if (r < s->ipsec.em->fixed_header_size) {



More information about the vpnc-devel mailing list