diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c index c177202b1..351a22c32 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.259 2016/07/22 03:35:11 djm Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.260 2016/08/25 23:56:51 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -858,7 +858,6 @@ process_config_line_depth(Options *options, struct passwd *pw, const char *host, | |||
858 | case oBadOption: | 858 | case oBadOption: |
859 | /* don't panic, but count bad options */ | 859 | /* don't panic, but count bad options */ |
860 | return -1; | 860 | return -1; |
861 | /* NOTREACHED */ | ||
862 | case oIgnoredUnknownOption: | 861 | case oIgnoredUnknownOption: |
863 | debug("%s line %d: Ignored unknown option \"%s\"", | 862 | debug("%s line %d: Ignored unknown option \"%s\"", |
864 | filename, linenum, keyword); | 863 | filename, linenum, keyword); |