diff dbutil.c @ 40:b4874d772210

- Added terminal mode handling etc for the client, and window change - Refactored the terminal-mode handling for the server - Improved session closing for the client
author Matt Johnston <matt@ucc.asn.au>
date Sun, 01 Aug 2004 08:54:01 +0000
parents 0969767bca0d
children 9ee8996a375f
line wrap: on
line diff
--- a/dbutil.c	Fri Jul 30 12:29:53 2004 +0000
+++ b/dbutil.c	Sun Aug 01 08:54:01 2004 +0000
@@ -103,6 +103,7 @@
 #ifdef DEBUG_TRACE
 void dropbear_trace(const char* format, ...) {
 
+#if 0
 	va_list param;
 
 	va_start(param, format);
@@ -110,6 +111,7 @@
 	vfprintf(stderr, format, param);
 	fprintf(stderr, "\n");
 	va_end(param);
+#endif
 }
 #endif /* DEBUG_TRACE */