Possible typo?
Damien Miller
djm at mindrot.org
Tue Apr 20 07:43:57 EST 2004
Christian Schneider wrote:
> 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?
Yes, it a typo - luckily harmless. I'm committing a fix now.
-d
More information about the openssh-unix-dev
mailing list