* sendto_kdc.c (default_debug_handler, put, putstr): Define only if DEBUG is
authorKen Raeburn <raeburn@mit.edu>
Sat, 20 Dec 2003 02:46:49 +0000 (02:46 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 20 Dec 2003 02:46:49 +0000 (02:46 +0000)
defined.
(DEBUG): Don't define.
(krb5int_sendtokdc_debug_handler): Initialize to null if DEBUG is not defined.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15949 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/sendto_kdc.c

index ae9b5157035150b667914d52aa02dde85e28f823..42ccb2af12910125e57437a908c4d32331080111 100644 (file)
@@ -1,3 +1,11 @@
+2003-12-19  Ken Raeburn  <raeburn@mit.edu>
+
+       * sendto_kdc.c (default_debug_handler, put, putstr): Define only
+       if DEBUG is defined.
+       (DEBUG): Don't define.
+       (krb5int_sendtokdc_debug_handler): Initialize to null if DEBUG is
+       not defined.
+
 2003-12-18  Jeffrey Altman <jaltman@mit.edu>
 
     * accessor.c: Add new functions for use by gssapi
index 8e0f719a470a3e11c68599d494e519cef0497e97..85b15769dbb7d66dc5829da1ea98d0baa6ef6dd4 100644 (file)
@@ -64,7 +64,6 @@
 #ifdef DEBUG
 int krb5int_debug_sendto_kdc = 0;
 #define debug krb5int_debug_sendto_kdc
-#endif
 
 static void default_debug_handler (const void *data, size_t len)
 {
@@ -82,6 +81,9 @@ static void putstr(const char *str)
 {
     put(str, strlen(str));
 }
+#else
+void (*krb5int_sendtokdc_debug_handler) (const void *, size_t) = 0;
+#endif
 
 #define dprint krb5int_debug_fprint
 static void