aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_spanningtree/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h
index f3688ab0a..2909c91fd 100644
--- a/src/modules/m_spanningtree/main.h
+++ b/src/modules/m_spanningtree/main.h
@@ -68,7 +68,7 @@ class ModuleSpanningTree final
/** Next membership id assigned when a local user joins a channel
*/
- Membership::Id currmembid = 0;
+ Membership::Id currmembid = 1;
public:
/** The specialized ProtocolInterface that is assigned to ServerInstance->PI on load