
vpnc at unix-ag
Jun 19, 2008, 6:40 PM
Post #1 of 1
(198 views)
Permalink
|
|
svn commit: vpnc r325 - /trunk/tunip.c
|
|
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) { _______________________________________________ vpnc-devel mailing list vpnc-devel[at]unix-ag.uni-kl.de https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel http://www.unix-ag.uni-kl.de/~massar/vpnc/
|