=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- src/usr.bin/ssh/servconf.c 2016/09/28 20:32:42 1.297 +++ src/usr.bin/ssh/servconf.c 2016/10/24 01:09:17 1.298 @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.297 2016/09/28 20:32:42 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.298 2016/10/24 01:09:17 dtucker Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -1064,7 +1064,6 @@ MAX_HOSTCERTS); charptr = &options->host_cert_files[*intptr]; goto parse_filename; - break; case sPidFile: charptr = &options->pid_file;