diff options
Diffstat (limited to 'usr.bin/ssh/readconf.c')
-rw-r--r-- | usr.bin/ssh/readconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 527e7951fbf..005afd617a2 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: readconf.c,v 1.34 2000/05/31 06:36:40 markus Exp $"); +RCSID("$Id: readconf.c,v 1.35 2000/05/31 09:20:38 markus Exp $"); #include "ssh.h" #include "cipher.h" @@ -708,7 +708,7 @@ fill_default_options(Options * options) options->forward_x11 = 0; #ifdef XAUTH_PATH if (options->xauth_location == NULL) - options->xauth_location == XAUTH_PATH; + options->xauth_location = XAUTH_PATH; #endif /* XAUTH_PATH */ if (options->gateway_ports == -1) options->gateway_ports = 0; |