From a4305d8f3c3e613be839bdcd61a1d14c87fed5aa Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 23 Sep 2019 11:49:26 +0100 Subject: Add the server id to the Server class. --- src/modules/m_spanningtree/commandbuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/commandbuilder.h') diff --git a/src/modules/m_spanningtree/commandbuilder.h b/src/modules/m_spanningtree/commandbuilder.h index f6cca9917..6374582c6 100644 --- a/src/modules/m_spanningtree/commandbuilder.h +++ b/src/modules/m_spanningtree/commandbuilder.h @@ -58,7 +58,7 @@ class CmdBuilder : content(1, ':') , tagsize(0) { - content.append(src->GetID()); + content.append(src->GetId()); push(cmd); FireEvent(src, cmd, tags); } -- cgit v1.3.1-10-gc9f91