From 6328ab39891ea64ccd5c91e9be2ec5c4f843bbd0 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 22 Mar 2002 02:54:23 +0000 Subject: - markus@cvs.openbsd.org 2002/03/19 10:49:35 [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c ttymodes.c] KNF whitespace --- sshd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sshd.c') diff --git a/sshd.c b/sshd.c index d34b1a79d..b6e71d84a 100644 --- a/sshd.c +++ b/sshd.c @@ -42,7 +42,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.233 2002/03/19 10:35:39 markus Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.234 2002/03/19 10:49:35 markus Exp $"); #include #include @@ -538,7 +538,7 @@ privsep_preauth_child(void) strerror(errno)); if (chdir("/") == -1) fatal("chdir(/)"); - + /* Drop our privileges */ setegid(options.unprivileged_group); setgid(options.unprivileged_group); @@ -564,7 +564,7 @@ privsep_postauth(Authctxt *authctxt, pid_t pid) use_privsep = 0; return; } - + /* Authentication complete */ alarm(0); if (startup_pipe != -1) { @@ -1376,7 +1376,7 @@ main(int ac, char **av) if (!use_privsep) goto skip_privilegeseparation; - + /* Set up unprivileged child process to deal with network data */ monitor = monitor_init(); /* Store a pointer to the kex for later rekeying */ @@ -1422,7 +1422,7 @@ main(int ac, char **av) exit(0); authenticated: - /* + /* * In privilege separation, we fork another child and prepare * file descriptor passing. */ -- cgit v1.2.3