summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 5e5fc4716..c04f55f4b 100644
--- a/sshd.c
+++ b/sshd.c
@@ -624,7 +624,7 @@ privsep_postauth(Authctxt *authctxt)
624 /* XXX - Remote port forwarding */ 624 /* XXX - Remote port forwarding */
625 x_authctxt = authctxt; 625 x_authctxt = authctxt;
626 626
627#ifdef BROKEN_FD_PASSING 627#ifdef DISABLE_FD_PASSING
628 if (1) { 628 if (1) {
629#else 629#else
630 if (authctxt->pw->pw_uid == 0 || options.use_login) { 630 if (authctxt->pw->pw_uid == 0 || options.use_login) {