diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-27 20:09:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-27 20:09:15 +0000 |
commit | bfdb4a75ff77278b6f9819677ffc94d877f4d62a (patch) | |
tree | 1803192fc747483299ae3a36641ddb5b167b8ab5 /src/configreader.cpp | |
parent | e63eb1ff79562dec036598ddbdd18df71d8d6ffc (diff) |
<pid file> is no longer a manditory tag (thanks dotslasher)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5556 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 0dd5745d1..a14658a7a 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -518,7 +518,7 @@ void ServerConfig::Read(bool bail, userrec* user) std::ostringstream 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", NULL }; + static char* Once[] = { "server", "admin", "files", "power", "options", NULL }; /* These tags can occur ONCE or not at all */ static InitialConfig Values[] = { |