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 3128a87bc..19e276443 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -198,6 +198,7 @@ class TreeServer VersionString = Srv->GetVersion(); Route = NULL; Socket = NULL; /* Fix by brain */ + DontModifyHash = false; AddHashEntry(); } @@ -209,6 +210,7 @@ class TreeServer { VersionString = ""; UserCount = OperCount = 0; + DontModifyHash = false; this->SetNextPingTime(time(NULL) + 120); this->SetPingFlag(); |