Remove #define DEBUG 1 that slipped in in S4U merge
authorLuke Howard <lukeh@padl.com>
Fri, 23 Oct 2009 21:16:20 +0000 (21:16 +0000)
committerLuke Howard <lukeh@padl.com>
Fri, 23 Oct 2009 21:16:20 +0000 (21:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23001 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/sendto_kdc.c

index 3e5f9e2341d3442a339e02e595502f4844b77f5c..dcf08d996be45d9c907542659976118b9b409c1b 100644 (file)
@@ -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;