diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-12 00:57:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-12 00:57:05 +0000 |
commit | c23f9303db81152ae241fca9ac3076d6ad80e874 (patch) | |
tree | f919a7398f785b23a22ee1cdf77847ac1fa86f06 /src/inspircd.cpp | |
parent | 44ff49b0b1cf85acf6f3894c13aa803b4384d6f5 (diff) |
More craq
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8593 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 1aa7c45a5..21c97a703 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -470,14 +470,14 @@ InspIRCd::InspIRCd(int argc, char** argv) * Config->StartDownloads to initialize the downlaods of all * these files. */ - Config->Read(true, NULL, 0); + Config->Read(true, NULL, 0); Config->StartDownloads(); /* Now the downloads are started, we monitor them for completion. * On completion, we call Read again with pass = 1. * NOTE: We really should add a timeout here */ - + while (Config->Downloading()) { SE->DispatchEvents(); |