diff options
| author | 2023-01-05 00:41:04 +0000 | |
|---|---|---|
| committer | 2023-01-05 00:41:04 +0000 | |
| commit | d7182c584ceed0fcca133660aa957f1c414b20eb (patch) | |
| tree | fd0d6395cd6e94bd9069792d9bbeb5c1f6fa7b71 /src/modules/m_spanningtree/main.cpp | |
| parent | Allow 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.cpp | 2 |
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) { } |
