From 9dd30817ef4314bd2fdc688c0d40fd6ca7208acc Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 7 Jul 2002 13:43:36 -0700 Subject: [acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/ --- sshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshd.c') 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) /* XXX - Remote port forwarding */ x_authctxt = authctxt; -#ifdef BROKEN_FD_PASSING +#ifdef DISABLE_FD_PASSING if (1) { #else if (authctxt->pw->pw_uid == 0 || options.use_login) { -- cgit v1.2.3