aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-07-01 15:01:32 +0000
committerGravatar brain2006-07-01 15:01:32 +0000
commit75eb9178d5051046aa86d1115ad02c5be17b79be (patch)
tree121accd1c504fef12917b6d0bbbc9338317f0478 /src/configreader.cpp
parentMove SetSignals(), Start() and DaemonSeed() into private methods of class Ins... (diff)
downloadinspircd++-75eb9178d5051046aa86d1115ad02c5be17b79be.tar.gz
inspircd++-75eb9178d5051046aa86d1115ad02c5be17b79be.tar.bz2
inspircd++-75eb9178d5051046aa86d1115ad02c5be17b79be.zip
Make WritePID a public function of class InspIRCd
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4097 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 9f8ae0ef0..2cc1cd9c1 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -769,7 +769,7 @@ void ServerConfig::Read(bool bail, userrec* user)
delete[] data[n];
// write once here, to try it out and make sure its ok
- WritePID(Config->PID);
+ ServerInstance->WritePID(Config->PID);
log(DEFAULT,"Done reading configuration file, InspIRCd is now starting.");