[session.c]
     unused
This commit is contained in:
Ben Lindstrom 2001-06-13 04:43:52 +00:00
parent 2bcdf064d8
commit c51ae1bdaa
2 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,9 @@
we do already trust $HOME/.ssh
you can use .ssh/sshrc and .ssh/environment if you want to customize
the location of the xauth cookies
- markus@cvs.openbsd.org 2001/06/12 21:30:57
[session.c]
unused
20010612
- scp.c ID update (upstream synced vfsprintf() from us)
@ -5635,4 +5638,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1284 2001/06/13 04:41:41 mouring Exp $
$Id: ChangeLog,v 1.1285 2001/06/13 04:43:52 mouring Exp $

View File

@ -33,7 +33,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: session.c,v 1.87 2001/06/12 21:21:29 markus Exp $");
RCSID("$OpenBSD: session.c,v 1.88 2001/06/12 21:30:57 markus Exp $");
#include "ssh.h"
#include "ssh1.h"
@ -1960,7 +1960,6 @@ session_proctitle(Session *s)
int
session_setup_x11fwd(Session *s)
{
int fd;
struct stat st;
if (no_x11_forwarding_flag) {