summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-03-10 22:01:05 +0000
committerderaadt <deraadt@openbsd.org>2005-03-10 22:01:05 +0000
commit96dd1b33be3ae502fbf39f59d448abeddd6894e6 (patch)
tree28791c2a45055b9ab97e480be0a54c536a911040 /usr.bin/ssh/clientloop.c
parentremove dead code, noted by ho@ (diff)
downloadwireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.tar.xz
wireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.zip
spacing
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 1e250883f18..1591215bdab 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -59,7 +59,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.135 2005/03/01 10:09:52 djm Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.136 2005/03/10 22:01:05 deraadt Exp $");
#include "ssh.h"
#include "ssh1.h"
@@ -627,7 +627,7 @@ client_process_control(fd_set * readset)
"to %s? ", host);
if (allowed)
quit_pending = 1;
- /* FALLTHROUGH */
+ /* FALLTHROUGH */
case SSHMUX_COMMAND_ALIVE_CHECK:
/* Reply for SSHMUX_COMMAND_TERMINATE and ALIVE_CHECK */
buffer_clear(&m);