diff options
| author | 2007-08-28 18:25:36 +0000 | |
|---|---|---|
| committer | 2007-08-28 18:25:36 +0000 | |
| commit | bb544f9584131cf9dd084caff282d0459e058fad (patch) | |
| tree | 714f665c24bce8099861c968910a6fb714e4e38f /src/modules/m_spanningtree/main.cpp | |
| parent | Make the notes on not using the two services modules at the same time bigger :P (diff) | |
Convert yet more to ServerConfig::GetSID() - this is the last of the obvious stuff.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7963 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index dd6282a63..88bf9df21 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -690,7 +690,7 @@ void ModuleSpanningTree::BroadcastTimeSync() std::deque<std::string> params; params.push_back(ConvToStr(ServerInstance->Time(false))); params.push_back("FORCE"); - Utils->DoOneToMany(Utils->TreeRoot->GetName(), "TIMESET", params); + Utils->DoOneToMany(Instance->Config->GetSID(), "TIMESET", params); } } |
