net/dns: some post-review cleanups.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2021-04-07 15:39:26 -07:00
committed by Dave Anderson
parent 720c1ad0f0
commit 4a64d2a603
9 changed files with 30 additions and 26 deletions

View File

@@ -143,8 +143,7 @@ func (m resolvconfManager) SupportsSplitDNS() bool {
}
func (m resolvconfManager) GetBaseConfig() (OSConfig, error) {
// TODO
return OSConfig{}, nil
return OSConfig{}, ErrGetBaseConfigNotSupported
}
func (m resolvconfManager) Close() error {