=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/ssh/servconf.c 1999/10/14 19:56:02 1.15 +++ src/usr.bin/ssh/servconf.c 1999/10/14 20:17:24 1.16 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.15 1999/10/14 19:56:02 markus Exp $"); +RCSID("$Id: servconf.c,v 1.16 1999/10/14 20:17:24 markus Exp $"); #include "ssh.h" #include "servconf.h" @@ -272,7 +272,7 @@ if (!f) { perror(filename); - return; + exit(1); } linenum = 0;