turn off debug code
authorKen Raeburn <raeburn@mit.edu>
Fri, 23 Aug 2002 02:53:30 +0000 (02:53 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 23 Aug 2002 02:53:30 +0000 (02:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14747 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/sendto_kdc.c

index 0fdeb101831edcc98dc05c3355885a746669179a..2bebcb8b5ac91715453655831a0a65cfcd7853d4 100644 (file)
@@ -59,7 +59,7 @@
 #define DEFAULT_UDP_PREF_LIMIT  1465
 #define HARD_UDP_LIMIT         32700 /* could probably do 64K-epsilon ? */
 
-#define DEBUG
+/* #define DEBUG */
 
 #ifdef DEBUG
 int krb5int_debug_sendto_kdc = 1;