net/dns: remove ManagerConfig, pass relevant args directly.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ func isResolvedActive() bool {
|
||||
// resolvedManager uses the systemd-resolved DBus API.
|
||||
type resolvedManager struct{}
|
||||
|
||||
func newResolvedManager(mconfig ManagerConfig) managerImpl {
|
||||
func newResolvedManager() managerImpl {
|
||||
return resolvedManager{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user