From 2e17b08e482024de21aaf7d4517e1594e7fb7a62 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 9 Jun 2002 20:13:27 +0000 Subject: - markus@cvs.openbsd.org 2002/06/08 12:46:14 [readconf.c] silently ignore deprecated options, since FallBackToRsh might be passed by remote scp commands. --- readconf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readconf.c') diff --git a/readconf.c b/readconf.c index 123406f53..79c27ae15 100644 --- a/readconf.c +++ b/readconf.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.97 2002/06/08 05:40:01 markus Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.98 2002/06/08 12:46:14 markus Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -670,9 +670,9 @@ parse_int: break; case oDeprecated: - error("%s line %d: Deprecated option \"%s\"", + debug("%s line %d: Deprecated option \"%s\"", filename, linenum, keyword); - break; + return 0; default: fatal("process_config_line: Unimplemented opcode %d", opcode); -- cgit v1.2.3