summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-07-07 13:43:36 -0700
committerTim Rice <tim@multitalents.net>2002-07-07 13:43:36 -0700
commit9dd30817ef4314bd2fdc688c0d40fd6ca7208acc (patch)
treed214a286c76aeaa03928cef4cc1b040d07acf606 /sshd.c
parentcc25206d31a783c9c0834f59904d97bc1cba3f07 (diff)
[acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
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) {