From 4b738b28e2fdbf0af3f3a0dc6e65b8e9ccc310e7 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Wed, 27 Nov 2002 15:23:35 +0000 Subject: [PATCH] - Small typo in config validation found by ins4ne --- Changes | 2 +- src/s_conf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c1548b7b5..d2edf9bb3 100644 --- a/Changes +++ b/Changes @@ -1687,4 +1687,4 @@ seen. gmtime warning still there jollino. - Fixed serious bug in /who that caused the server to lock up (there's a ID for this, could someone find it). Beta13 SHOULD be a LOT nearer now - +- Small typo in config validation found by ins4ne \ No newline at end of file diff --git a/src/s_conf.c b/src/s_conf.c index c7c24ec4f..b340ad396 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -1418,7 +1418,7 @@ int config_post_test() if (!requiredstuff.settings.maxchannelsperuser) Error("set::maxchannelsperuser missing"); if (!requiredstuff.settings.name_server) - Error("set::dns::name-server missing"); + Error("set::dns::nameserver missing"); if (!requiredstuff.settings.host_timeout) Error("set::dns::host-timeout missing"); if (!requiredstuff.settings.host_retries)