diff options
| author | 2014-07-27 18:30:31 +0200 | |
|---|---|---|
| committer | 2014-07-27 18:30:31 +0200 | |
| commit | 9c934dcae25a60924fd2506126f86fcc86e73632 (patch) | |
| tree | bcc959377db3d39b674f5e87c33041ec8a01f667 /src/modules/m_spanningtree/treesocket2.cpp | |
| parent | m_spanningtree Add newly created TreeServers to the parent's list in the cons... (diff) | |
m_spanningtree Remove unused parameters from the server introduction message
This does not affect the initial SERVER message containing the password
Diffstat (limited to 'src/modules/m_spanningtree/treesocket2.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/treesocket2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/treesocket2.cpp b/src/modules/m_spanningtree/treesocket2.cpp index 65dd9cc5b..e5989bd28 100644 --- a/src/modules/m_spanningtree/treesocket2.cpp +++ b/src/modules/m_spanningtree/treesocket2.cpp @@ -382,6 +382,5 @@ void TreeSocket::FinishAuth(const std::string& remotename, const std::string& re this->DoBurst(MyRoot); - // This will send a * in place of the password/hmac CommandServer::Builder(MyRoot).Forward(MyRoot); } |
