summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-11 23:55:10 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-11 23:55:10 +0000
commit2a3538cf055768aefe7f19d69788b758fed81f1d (patch)
tree074abb38997cbadeb321928c2b93a75e7b00f091 /include/configreader.h
parent1eae3c2ad42df386967afa42ed13cc95e7a0dd91 (diff)
(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
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
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: