summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-10-03 18:05:26 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-10-03 18:05:26 +1000
commitd89dbf29ff288ac8ba1755d15f63d2bd58dcb71b (patch)
treee8260f641310967f35a3c6ab9694e06ce6d98a20 /clientloop.c
parentd3d0fa15588c8515751eb5a29f105b30318e9441 (diff)
- markus@cvs.openbsd.org 2005/09/09 19:18:05
[clientloop.c] typo; from mark at mcs.vuw.ac.nz, bug #1082
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 47f3c7ecd..da5bfd7bd 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.141 2005/07/16 01:35:24 djm Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.142 2005/09/09 19:18:05 markus Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -266,7 +266,7 @@ client_x11_get_proto(const char *display, const char *xauth_path,
266 } 266 }
267 } 267 }
268 snprintf(cmd, sizeof(cmd), 268 snprintf(cmd, sizeof(cmd),
269 "%s %s%s list %s . 2>" _PATH_DEVNULL, 269 "%s %s%s list %s 2>" _PATH_DEVNULL,
270 xauth_path, 270 xauth_path,
271 generated ? "-f " : "" , 271 generated ? "-f " : "" ,
272 generated ? xauthfile : "", 272 generated ? xauthfile : "",