diff options
| author | 2021-07-23 18:30:11 +0100 | |
|---|---|---|
| committer | 2021-07-23 18:30:45 +0100 | |
| commit | 11bc5f43fed5893223bf053df40f7021399a8dc7 (patch) | |
| tree | f05b1d2ac5376f7055edd668a6df70f651f085b0 /src/modules/m_spanningtree/commandbuilder.h | |
| parent | Drop support for Debian GNU/kFreeBSD. (diff) | |
Purge SpanningTreeUtilities::DoOneToMany.
Diffstat (limited to 'src/modules/m_spanningtree/commandbuilder.h')
| -rw-r--r-- | src/modules/m_spanningtree/commandbuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/commandbuilder.h b/src/modules/m_spanningtree/commandbuilder.h index 153c7f8c9..36eebd9c2 100644 --- a/src/modules/m_spanningtree/commandbuilder.h +++ b/src/modules/m_spanningtree/commandbuilder.h @@ -165,7 +165,7 @@ class CmdBuilder void Broadcast() const { - Utils->DoOneToMany(*this); + Utils->DoOneToAllButSender(*this, nullptr); } void Forward(TreeServer* omit) const |
