From 1c2bafebb3237625fd8ecdbfde7f7bf0842824e0 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 9 Jun 2002 20:04:50 +0000 Subject: - markus@cvs.openbsd.org 2002/06/08 05:40:01 [readconf.c] just warn about Deprecated options for now --- readconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readconf.c') diff --git a/readconf.c b/readconf.c index c32a225ea..123406f53 100644 --- a/readconf.c +++ b/readconf.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.96 2002/06/08 05:17:01 markus Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.97 2002/06/08 05:40:01 markus Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -670,7 +670,7 @@ parse_int: break; case oDeprecated: - fatal("%s line %d: Deprecated option \"%s\"", + error("%s line %d: Deprecated option \"%s\"", filename, linenum, keyword); break; -- cgit v1.2.3