From: Ken Raeburn Date: Sat, 20 Dec 2003 02:48:23 +0000 (+0000) Subject: oops. actually do the #undef DEBUG X-Git-Tag: krb5-1.4-beta1~682 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1e9da801ec5a4053783eae3aeccda7889f154609;p=krb5.git oops. actually do the #undef DEBUG git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15950 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/sendto_kdc.c b/src/lib/krb5/os/sendto_kdc.c index 85b15769d..4e9df2e3a 100644 --- a/src/lib/krb5/os/sendto_kdc.c +++ b/src/lib/krb5/os/sendto_kdc.c @@ -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;