mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-06-05 06:20:40 +02:00
- markus@cvs.openbsd.org 2005/09/09 19:18:05
[clientloop.c] typo; from mark at mcs.vuw.ac.nz, bug #1082
This commit is contained in:
parent
d3d0fa1558
commit
d89dbf29ff
@ -3,6 +3,9 @@
|
|||||||
- markus@cvs.openbsd.org 2005/09/07 08:53:53
|
- markus@cvs.openbsd.org 2005/09/07 08:53:53
|
||||||
[channels.c]
|
[channels.c]
|
||||||
enforce chanid != NULL; ok djm
|
enforce chanid != NULL; ok djm
|
||||||
|
- markus@cvs.openbsd.org 2005/09/09 19:18:05
|
||||||
|
[clientloop.c]
|
||||||
|
typo; from mark at mcs.vuw.ac.nz, bug #1082
|
||||||
|
|
||||||
20050930
|
20050930
|
||||||
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
||||||
@ -3043,4 +3046,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3902 2005/10/03 08:03:05 dtucker Exp $
|
$Id: ChangeLog,v 1.3903 2005/10/03 08:05:26 dtucker Exp $
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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 "ssh.h"
|
||||||
#include "ssh1.h"
|
#include "ssh1.h"
|
||||||
@ -266,7 +266,7 @@ client_x11_get_proto(const char *display, const char *xauth_path,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
snprintf(cmd, sizeof(cmd),
|
snprintf(cmd, sizeof(cmd),
|
||||||
"%s %s%s list %s . 2>" _PATH_DEVNULL,
|
"%s %s%s list %s 2>" _PATH_DEVNULL,
|
||||||
xauth_path,
|
xauth_path,
|
||||||
generated ? "-f " : "" ,
|
generated ? "-f " : "" ,
|
||||||
generated ? xauthfile : "",
|
generated ? xauthfile : "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user