summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index fd89acbb9..a561c7b3e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.473 2016/08/15 12:27:56 naddy Exp $ */ 1/* $OpenBSD: sshd.c,v 1.474 2016/08/19 03:18:07 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -629,7 +629,7 @@ privsep_postauth(Authctxt *authctxt)
629#ifdef DISABLE_FD_PASSING 629#ifdef DISABLE_FD_PASSING
630 if (1) { 630 if (1) {
631#else 631#else
632 if (authctxt->pw->pw_uid == 0 || options.use_login) { 632 if (authctxt->pw->pw_uid == 0) {
633#endif 633#endif
634 /* File descriptor passing is broken or root login */ 634 /* File descriptor passing is broken or root login */
635 use_privsep = 0; 635 use_privsep = 0;