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

vpnc at unix-ag.uni-kl.de vpnc at unix-ag.uni-kl.de
Thu Jun 19 18:49:35 CEST 2008


Author: Joerg Mayer
Date: Thu Jun 19 18:49:34 2008
New Revision: 321

Log:
Add a missing newline as spotted by Johan Fischer

Modified:
    trunk/tunip.c

Modified: trunk/tunip.c
==============================================================================
--- trunk/tunip.c (original)
+++ trunk/tunip.c Thu Jun 19 18:49:34 2008
@@ -212,7 +212,7 @@
 	}
 	if( r == 1 && *buf == 0xff )
 	{
-		DEBUG(1, printf("UDP NAT keepalive packet received"));
+		DEBUG(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