diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-03-14 13:08:12 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-03-14 13:08:12 +0100 |
commit | 47eede77ed15bd53922394cc1f5c9eb3d011ccb2 (patch) | |
tree | e286bf559ba69ac3004876c627281a68abf8a095 /clientloop.c | |
parent | 20050312 (diff) | |
download | openssh-47eede77ed15bd53922394cc1f5c9eb3d011ccb2.tar.xz openssh-47eede77ed15bd53922394cc1f5c9eb3d011ccb2.zip |
- deraadt@cvs.openbsd.org 2005/03/10 22:01:05
[misc.c ssh-keygen.c servconf.c clientloop.c auth-options.c ssh-add.c
monitor.c sftp-client.c bufaux.h hostfile.c ssh.c sshconnect.c channels.c
readconf.c bufaux.c sftp.c]
spacing
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c index 1e250883f..1591215bd 100644 --- a/clientloop.c +++ b/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); |