=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- src/usr.bin/ssh/servconf.c 2001/04/15 21:28:35 1.78 +++ src/usr.bin/ssh/servconf.c 2001/05/03 21:43:01 1.79 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.78 2001/04/15 21:28:35 stevesk Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.79 2001/05/03 21:43:01 stevesk Exp $"); #ifdef KRB4 #include @@ -397,7 +397,7 @@ continue; if (options->listen_addrs != NULL) fatal("%s line %d: ports must be specified before " - "ListenAdress.\n", filename, linenum); + "ListenAdress.", filename, linenum); if (options->num_ports >= MAX_PORTS) fatal("%s line %d: too many ports.", filename, linenum);