aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.go b/config.go
index d3394dd..4adb4ae 100644
--- a/config.go
+++ b/config.go
@@ -105,8 +105,6 @@ func FallbackServers(server string) []string {
} else {
return append(fallbacks, conf.FallbackServers...)
}
-
- return fallbacks
}
// LoadConfig attempts to parse the configuration file.