artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba312d
)
whitespace
author
djm
<djm@openbsd.org>
Tue, 2 Feb 2021 22:36:59 +0000
(22:36 +0000)
committer
djm
<djm@openbsd.org>
Tue, 2 Feb 2021 22:36:59 +0000
(22:36 +0000)
usr.bin/ssh/ssh.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/ssh.c
b/usr.bin/ssh/ssh.c
index
c929995
..
c5440d4
100644
(file)
--- a/
usr.bin/ssh/ssh.c
+++ b/
usr.bin/ssh/ssh.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssh.c,v 1.5
49 2021/01/27 09:26:54
djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.5
50 2021/02/02 22:36:59
djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@
-632,7
+632,6
@@
main(int ac, char **av)
u_int j;
struct ssh_conn_info *cinfo = NULL;
-
/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
sanitise_stdfd();