svn rev #23001: trunk/src/lib/krb5/os/

lhoward@MIT.EDU lhoward at MIT.EDU
Fri Oct 23 17:16:20 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23001
Commit By: lhoward
Log Message:
Remove #define DEBUG 1 that slipped in in S4U merge


Changed Files:
U   trunk/src/lib/krb5/os/sendto_kdc.c
Modified: trunk/src/lib/krb5/os/sendto_kdc.c
===================================================================
--- trunk/src/lib/krb5/os/sendto_kdc.c	2009-10-23 21:15:09 UTC (rev 23000)
+++ trunk/src/lib/krb5/os/sendto_kdc.c	2009-10-23 21:16:20 UTC (rev 23001)
@@ -57,7 +57,7 @@
 #define DEFAULT_UDP_PREF_LIMIT	 1465
 #define HARD_UDP_LIMIT		32700 /* could probably do 64K-epsilon ? */
 
-#define DEBUG 1
+#undef DEBUG
 
 #ifdef DEBUG
 int krb5int_debug_sendto_kdc = 0;




More information about the cvs-krb5 mailing list