Possible typo?
Christian Schneider
cschneid at cschneid.com
Tue Apr 20 01:38:40 EST 2004
Just had a quick glance at the recents diffs of openssh and noted
something which looks bogus to me:
diff -u -r1.209 -r1.210
--- src/usr.bin/ssh/ssh.c 2004/03/11 10:21:17 1.209
+++ src/usr.bin/ssh/ssh.c 2004/04/18 23:10:26 1.210
@@ -517,16 +517,17 @@
* file if the user specifies a config file on the command line.
*/
if (config != NULL) {
- if (!read_config_file(config, host, &options))
+ if (!read_config_file(config, host, &options, 0), 0)
fatal("Can't open user config file %.100s: "
The line
if (!read_config_file(config, host, &options, 0), 0)
seem so have one ", 0" too many, is this really intended or is this a typo?
- Chris
More information about the openssh-unix-dev
mailing list