summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authormouring <mouring>2001-05-03 22:39:11 +0000
committermouring <mouring>2001-05-03 22:39:11 +0000
commit041bd8d25d1740ff7cceb092616ab4ad20daca52 (patch)
tree65d6df12543541d6c81fe9f9e8a3ca53125998ef /servconf.c
parent5f3b9eaed0c5ff2a7c9f1111e7789938349b2f61 (diff)
downloadopenssh-041bd8d25d1740ff7cceb092616ab4ad20daca52.tar.gz
- stevesk@cvs.openbsd.org 2001/05/03 21:43:01
[servconf.c] remove "\n" from fatal()
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 73c07c2f..37f60777 100644
--- a/servconf.c
+++ b/servconf.c
@@ -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 <krb.h>
@@ -401,7 +401,7 @@ read_server_config(ServerOptions *options, const char *filename)
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);