]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket2.cpp
Fix indentation
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
index 986e71cfe147027f8b850b3c94bed575e86a810e..5181dfeeac05c48bb174f1d6210dd6ea4f26b2ed 100644 (file)
@@ -184,8 +184,8 @@ void TreeSocket::ProcessLine(std::string &line)
                                sparams.push_back("0");
                                sparams.push_back(MyRoot->GetID());
                                sparams.push_back(":" + MyRoot->GetDesc());
-                               Utils->DoOneToAllButSender(ServerInstance->Config->GetSID(), "SERVER", sparams, MyRoot->GetName());
-                               Utils->DoOneToAllButSender(MyRoot->GetID(), "BURST", params, MyRoot->GetName());
+                               Utils->DoOneToAllButSender(ServerInstance->Config->GetSID(), "SERVER", sparams, MyRoot);
+                               Utils->DoOneToAllButSender(MyRoot->GetID(), "BURST", params, MyRoot);
                        }
                        else if (command == "ERROR")
                        {