oops. actually do the #undef DEBUG
authorKen Raeburn <raeburn@mit.edu>
Sat, 20 Dec 2003 02:48:23 +0000 (02:48 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 20 Dec 2003 02:48:23 +0000 (02:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15950 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/sendto_kdc.c

index 85b15769dbb7d66dc5829da1ea98d0baa6ef6dd4..4e9df2e3a37e738447e569d853613fdaab7f3e53 100644 (file)
@@ -59,7 +59,7 @@
 #define DEFAULT_UDP_PREF_LIMIT  1465
 #define HARD_UDP_LIMIT         32700 /* could probably do 64K-epsilon ? */
 
-#define DEBUG
+#undef DEBUG
 
 #ifdef DEBUG
 int krb5int_debug_sendto_kdc = 0;