diff options
author | 2001-04-29 18:32:52 +0000 | |
---|---|---|
committer | 2001-04-29 18:32:52 +0000 | |
commit | ee8721511c1f02df9c8819e4eb08fc4fcbd04f3a (patch) | |
tree | b8438f953c5e799cf4f8bf120d8286ce66ac7ca4 /usr.bin/ssh/serverloop.c | |
parent | Use S_ISXXX macros where possible instead of doing this by hand (diff) | |
download | wireguard-openbsd-ee8721511c1f02df9c8819e4eb08fc4fcbd04f3a.tar.xz wireguard-openbsd-ee8721511c1f02df9c8819e4eb08fc4fcbd04f3a.zip |
fix whitespace
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 8bd2c000a06..688eebbe56c 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: serverloop.c,v 1.61 2001/04/13 22:46:54 beck Exp $"); +RCSID("$OpenBSD: serverloop.c,v 1.62 2001/04/29 18:32:52 markus Exp $"); #include "xmalloc.h" #include "packet.h" @@ -203,10 +203,10 @@ wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, * analysis more difficult, but we're not doing it yet. */ if (max_time_milliseconds == 0 && options.client_alive_interval) { - client_alive_scheduled = 1; + client_alive_scheduled = 1; max_time_milliseconds = options.client_alive_interval * 1000; } else - client_alive_scheduled = 0; + client_alive_scheduled = 0; /* When select fails we restart from here. */ retry_select: @@ -746,7 +746,7 @@ server_input_channel_failure(int type, int plen, void *ctxt) { debug("Got CHANNEL_FAILURE for keepalive"); /* - * reset timeout, since we got a sane answer from the client. + * reset timeout, since we got a sane answer from the client. * even if this was generated by something other than * the bogus CHANNEL_REQUEST we send for keepalives. */ |