]> andersk Git - openssh.git/blobdiff - sshd.c
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index a9001a040a87471bc2d9e976cfdea4ff348781fb..e92a13c5f6a159996e1fc3431cd8d9f0fe039f30 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -1055,8 +1055,8 @@ main(int ac, char **av)
        /*
         * Clear out any supplemental groups we may have inherited.  This
         * prevents inadvertent creation of files with bad modes (in the
-        * portable version at least, it's certainly possible for PAM 
-        * to create a file, and we can't control the code in every 
+        * portable version at least, it's certainly possible for PAM
+        * to create a file, and we can't control the code in every
         * module which might be used).
         */
        if (setgroups(0, NULL) < 0)
@@ -1446,7 +1446,7 @@ main(int ac, char **av)
 
        packet_set_nonblocking();
 
-        /* prepare buffers to collect authentication messages */
+       /* prepare buffers to collect authentication messages */
        buffer_init(&loginmsg);
 
        /* allocate authentication context */
This page took 0.160758 seconds and 4 git commands to generate.