summaryrefslogtreecommitdiffhomepage
path: root/dbutil.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-03 17:26:56 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-03 17:26:56 +0000
commit7cdad3c2006070097d65a2c4d3737c6eac0b63e6 (patch)
tree6cfc76554e2e7284f7697ba5c499cae22d87b642 /dbutil.c
parent7a854cb1f8ffb4ec8f81b8ec50cc42c165839ff3 (diff)
Pubkey auth is mostly there for the client. Something strange with
remote hostkey verification though. --HG-- extra : convert_revision : 8635abe49e499e16d44a8ee79d474dc35257e9cc
Diffstat (limited to 'dbutil.c')
-rw-r--r--dbutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbutil.c b/dbutil.c
index a89c3c8..1c0648c 100644
--- a/dbutil.c
+++ b/dbutil.c
@@ -103,7 +103,6 @@ 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);
@@ -111,7 +110,6 @@ void dropbear_trace(const char* format, ...) {
vfprintf(stderr, format, param);
fprintf(stderr, "\n");
va_end(param);
-#endif
}
#endif /* DEBUG_TRACE */