
vpnc at unix-ag
Jun 24, 2008, 10:23 AM
Post #1 of 1
(101 views)
Permalink
|
|
svn commit: vpnc r329 - /branches/vpnc-nortel/tunip.c
|
|
Author: Joerg Mayer Date: Tue Jun 24 19:23:01 2008 New Revision: 329 Log: copy over from trunk (debug -> debugtop) Modified: branches/vpnc-nortel/tunip.c Modified: branches/vpnc-nortel/tunip.c ============================================================================== --- branches/vpnc-nortel/tunip.c (original) +++ branches/vpnc-nortel/tunip.c Tue Jun 24 19:23:01 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/
|