summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inspircd_io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp
index 15b5fb5a2..3b3386e61 100644
--- a/src/inspircd_io.cpp
+++ b/src/inspircd_io.cpp
@@ -519,7 +519,7 @@ void ServerConfig::Read(bool bail, userrec* user)
std::stringstream errstr; /* String stream containing the error output */
/* These tags MUST occur and must ONLY occur once in the config file */
- static char* Once[] = { "server", "admin", "files", "power", "options", "pid" };
+ static char* Once[] = { "server", "admin", "files", "power", "options", "pid", NULL };
/* These tags can occur ONCE or not at all */
static InitialConfig Values[] = {