summaryrefslogtreecommitdiffhomepage
path: root/dbutil.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-01 08:54:01 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-01 08:54:01 +0000
commit051b7454f80a52d2b0bea2e34562949a3bc70fe4 (patch)
tree4414c89d8e9ffc08d15721d3d02756b6f0dcdd83 /dbutil.c
parentcb071834dab43b2edf6112a9918714691f27f3de (diff)
- 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 --HG-- extra : convert_revision : 9d19b4f22c39798af5f3f24c2022f8caec4919e8
Diffstat (limited to 'dbutil.c')
-rw-r--r--dbutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbutil.c b/dbutil.c
index 1c0648c..a89c3c8 100644
--- a/dbutil.c
+++ b/dbutil.c
@@ -103,6 +103,7 @@ void dropbear_log(int priority, const char* format, ...) {
#ifdef DEBUG_TRACE
void dropbear_trace(const char* format, ...) {
+#if 0
va_list param;
va_start(param, format);
@@ -110,6 +111,7 @@ void dropbear_trace(const char* format, ...) {
vfprintf(stderr, format, param);
fprintf(stderr, "\n");
va_end(param);
+#endif
}
#endif /* DEBUG_TRACE */