diff options
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 94f559ef5..0c6b09e90 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -200,6 +200,7 @@ class TreeServer VersionString = Srv->GetVersion(); Route = NULL; Socket = NULL; /* Fix by brain */ + DontModifyHash = false; AddHashEntry(); } @@ -211,6 +212,7 @@ class TreeServer { VersionString = ""; UserCount = OperCount = 0; + DontModifyHash = false; this->SetNextPingTime(time(NULL) + 120); this->SetPingFlag(); |
