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:
brain 2006-03-10 18:15:20 +00:00
parent 421e5985c3
commit e88b9e25fc

View File

@ -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[] = {