=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/ssh/readconf.c 2000/05/31 06:36:40 1.34 +++ src/usr.bin/ssh/readconf.c 2000/05/31 09:20:38 1.35 @@ -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 @@ 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;