diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2005-09-09 19:18:06 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2005-09-09 19:18:06 +0000 |
commit | 6b8a8334e1ba72992bc8de70c89e4c402c161511 (patch) | |
tree | e98e3c201131d0e628ef2b2a70d0a7ad9095c500 /usr.bin/ssh/clientloop.c | |
parent | 1e531964ae2c8d5d3c8bc025b4d9603c8444d1d0 (diff) |
typo; from mark at mcs.vuw.ac.nz, bug #1082
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 47f3c7ecd9b..da5bfd7bd19 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.141 2005/07/16 01:35:24 djm Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.142 2005/09/09 19:18:05 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -266,7 +266,7 @@ client_x11_get_proto(const char *display, const char *xauth_path, } } snprintf(cmd, sizeof(cmd), - "%s %s%s list %s . 2>" _PATH_DEVNULL, + "%s %s%s list %s 2>" _PATH_DEVNULL, xauth_path, generated ? "-f " : "" , generated ? xauthfile : "", |