summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index a9001a040..e92a13c5f 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1055,8 +1055,8 @@ main(int ac, char **av)
1055 /* 1055 /*
1056 * Clear out any supplemental groups we may have inherited. This 1056 * Clear out any supplemental groups we may have inherited. This
1057 * prevents inadvertent creation of files with bad modes (in the 1057 * prevents inadvertent creation of files with bad modes (in the
1058 * portable version at least, it's certainly possible for PAM 1058 * portable version at least, it's certainly possible for PAM
1059 * to create a file, and we can't control the code in every 1059 * to create a file, and we can't control the code in every
1060 * module which might be used). 1060 * module which might be used).
1061 */ 1061 */
1062 if (setgroups(0, NULL) < 0) 1062 if (setgroups(0, NULL) < 0)
@@ -1446,7 +1446,7 @@ main(int ac, char **av)
1446 1446
1447 packet_set_nonblocking(); 1447 packet_set_nonblocking();
1448 1448
1449 /* prepare buffers to collect authentication messages */ 1449 /* prepare buffers to collect authentication messages */
1450 buffer_init(&loginmsg); 1450 buffer_init(&loginmsg);
1451 1451
1452 /* allocate authentication context */ 1452 /* allocate authentication context */