aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-05 00:41:04 +0000
committerGravatar Sadie Powell2023-01-05 00:41:04 +0000
commitd7182c584ceed0fcca133660aa957f1c414b20eb (patch)
treefd0d6395cd6e94bd9069792d9bbeb5c1f6fa7b71 /src/modules/m_spanningtree/main.cpp
parentAllow specifying milliseconds and a timespec in the server-time API. (diff)
Add a helper class for creating a reference to a DNS manager.
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
-rw-r--r--src/modules/m_spanningtree/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp
index 22cdd0600..070f4815c 100644
--- a/src/modules/m_spanningtree/main.cpp
+++ b/src/modules/m_spanningtree/main.cpp
@@ -58,7 +58,7 @@ ModuleSpanningTree::ModuleSpanningTree()
, sslapi(this)
, servertags(this)
, servicetag(this)
- , DNS(this, "DNS")
+ , DNS(this)
, tagevprov(this)
{
}