From 2a3538cf055768aefe7f19d69788b758fed81f1d Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 11 Apr 2008 23:55:10 +0000 Subject: (untested) don't move newconfig to ServerConfig::config_data until its been validated by all the validation funcs in the core config table git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9461 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index 3293aac83..009b8a0ea 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -242,7 +242,7 @@ class CoreExport ServerConfig : public Extensible /** Check that there is only one of each configuration item */ - bool CheckOnce(const char* tag); + bool CheckOnce(const char* tag, ConfigDataHash &newconf); public: -- cgit v1.2.3