mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Whoops, forgot a NULL
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3643 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
421e5985c3
commit
e88b9e25fc
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user