diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-01-12 00:59:30 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-01-12 00:59:30 +0000 |
commit | ad044cda5b2c1ac14a60209a6a5d01eafc0d4198 (patch) | |
tree | 9f9a63c20c44de73d742d539691210c170c9ac4c | |
parent | 21fcb1e60b211bc80ae464c67d41b6cc93b61dee (diff) |
delete with extreme prejudice a debug() that fired with every keypress;
ok dtucker deraadt
-rw-r--r-- | usr.bin/ssh/roaming_common.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/roaming_common.c b/usr.bin/ssh/roaming_common.c index 335d40239a3..e8b8b3fe627 100644 --- a/usr.bin/ssh/roaming_common.c +++ b/usr.bin/ssh/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 * @@ -141,8 +141,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) { |