diff options
-rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 0e0c6f48a..c4867200e 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -796,7 +796,7 @@ class TreeSocket : public InspSocket virtual void OnTimeout() { - if (this->LinkState = CONNECTING) + if (this->LinkState == CONNECTING) { Srv->SendOpers("*** CONNECT: Connection to "+myhost+" timed out."); } |