summaryrefslogtreecommitdiff
path: root/roaming_common.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-12 19:43:46 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-12 19:43:46 +1100
commitc6cc90b4653ad605072f11986cdbfc8a9d968185 (patch)
treec83a6472c050331013fd3cf3dfeda400624db66e /roaming_common.c
parente371a13238c6e5ebc0949a987830d21162f4bbac (diff)
downloadopenssh-git-c6cc90b4653ad605072f11986cdbfc8a9d968185.tar.gz
- djm@cvs.openbsd.org 2010/01/12 00:59:29
[roaming_common.c] delete with extreme prejudice a debug() that fired with every keypress; ok dtucker deraadt
Diffstat (limited to 'roaming_common.c')
-rw-r--r--roaming_common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/roaming_common.c b/roaming_common.c
index 3885a036..9adbe56f 100644
--- a/roaming_common.c
+++ b/roaming_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: roaming_common.c,v 1.7 2009/12/06 23:53:45 djm Exp $ */
+/* $OpenBSD: roaming_common.c,v 1.8 2010/01/12 00:59:29 djm Exp $ */
/*
* Copyright (c) 2004-2009 AppGate Network Security AB
*
@@ -145,8 +145,6 @@ roaming_write(int fd, const void *buf, size_t count, int *cont)
if (out_buf_size > 0)
buf_append(buf, ret);
}
- debug3("Wrote %ld bytes for a total of %llu", (long)ret,
- (unsigned long long)write_bytes);
if (out_buf_size > 0 &&
(ret == 0 || (ret == -1 && errno == EPIPE))) {
if (wait_for_roaming_reconnect() != 0) {