diff options
author | 2001-06-12 21:30:57 +0000 | |
---|---|---|
committer | 2001-06-12 21:30:57 +0000 | |
commit | 4c7caaf2a4ad20443fcd25c709dbb6f878d2b01f (patch) | |
tree | fe40303487276585ba8ec88c3f2db63efdec5708 | |
parent | remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since (diff) | |
download | wireguard-openbsd-4c7caaf2a4ad20443fcd25c709dbb6f878d2b01f.tar.xz wireguard-openbsd-4c7caaf2a4ad20443fcd25c709dbb6f878d2b01f.zip |
unused
-rw-r--r-- | usr.bin/ssh/session.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index a7f5cae8459..ae030548dd0 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -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" @@ -1578,7 +1578,6 @@ session_proctitle(Session *s) int session_setup_x11fwd(Session *s) { - int fd; struct stat st; if (no_x11_forwarding_flag) { |