diff options
author | 2016-08-25 23:56:51 +0000 | |
---|---|---|
committer | 2016-08-25 23:56:51 +0000 | |
commit | 9e9dd3326e84e735992188ac3c87c4ab45d57c10 (patch) | |
tree | 1017a95018a8824249d5f90d3e52bbb604b21b87 /usr.bin/ssh/readconf.c | |
parent | Set relayd socket buffer size to reasonable value to make test pass (diff) | |
download | wireguard-openbsd-9e9dd3326e84e735992188ac3c87c4ab45d57c10.tar.xz wireguard-openbsd-9e9dd3326e84e735992188ac3c87c4ab45d57c10.zip |
remove superfluous NOTREACHED comment
Diffstat (limited to 'usr.bin/ssh/readconf.c')
-rw-r--r-- | usr.bin/ssh/readconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index c84e7e41433..7c7029a2585 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.259 2016/07/22 03:35:11 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.260 2016/08/25 23:56:51 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -843,7 +843,6 @@ process_config_line_depth(Options *options, struct passwd *pw, const char *host, case oBadOption: /* don't panic, but count bad options */ return -1; - /* NOTREACHED */ case oIgnoredUnknownOption: debug("%s line %d: Ignored unknown option \"%s\"", filename, linenum, keyword); |