diff options
| author | 2014-07-28 14:45:37 +0200 | |
|---|---|---|
| committer | 2014-07-28 14:45:37 +0200 | |
| commit | 7bef57c770fd5cdfa0ad10caf30273f6e42a90d7 (patch) | |
| tree | 91a164d0bf3149cd19a2f79a6764a7db371c06b0 /src/modules/m_spanningtree/main.cpp | |
| parent | m_spanningtree Check TreeServer::IsDead() to learn whether a user is being qu... (diff) | |
m_spanningtree Remove the now needless SplitInProgress workaround
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 64479163c..0747b96a6 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -40,7 +40,6 @@ ModuleSpanningTree::ModuleSpanningTree() , currmembid(0) , DNS(this, "DNS") , loopCall(false) - , SplitInProgress(false) { } |
