net/dns: some post-review cleanups.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
720c1ad0f0
commit
4a64d2a603
+1
-2
@@ -158,8 +158,7 @@ func (m resolvedManager) SupportsSplitDNS() bool {
|
||||
}
|
||||
|
||||
func (m resolvedManager) GetBaseConfig() (OSConfig, error) {
|
||||
// TODO
|
||||
return OSConfig{}, nil
|
||||
return OSConfig{}, ErrGetBaseConfigNotSupported
|
||||
}
|
||||
|
||||
func (m resolvedManager) Close() error {
|
||||
|
||||
Reference in New Issue
Block a user