summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index c32a225ea..123406f53 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.96 2002/06/08 05:17:01 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.97 2002/06/08 05:40:01 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -670,7 +670,7 @@ parse_int:
670 break; 670 break;
671 671
672 case oDeprecated: 672 case oDeprecated:
673 fatal("%s line %d: Deprecated option \"%s\"", 673 error("%s line %d: Deprecated option \"%s\"",
674 filename, linenum, keyword); 674 filename, linenum, keyword);
675 break; 675 break;
676 676