From 88b19dc92239cefc63351005e35e470fbbeb4fb0 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Fri, 4 Jan 2002 17:59:18 +0000 Subject: remove #ifdef _PATH_XAUTH/#endif; ok markus@ --- usr.bin/ssh/readconf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/ssh/readconf.c') diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 575abcfb710..5d15fd71b1b 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.93 2001/12/19 07:18:56 deraadt Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.94 2002/01/04 17:59:17 stevesk Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -813,10 +813,8 @@ fill_default_options(Options * options) options->forward_agent = 0; if (options->forward_x11 == -1) options->forward_x11 = 0; -#ifdef _PATH_XAUTH if (options->xauth_location == NULL) options->xauth_location = _PATH_XAUTH; -#endif if (options->gateway_ports == -1) options->gateway_ports = 0; if (options->use_privileged_port == -1) -- cgit v1.2.3