aboutsummaryrefslogtreecommitdiff
path: root/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'content.go')
-rw-r--r--content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.go b/content.go
index 332beb8..33f788a 100644
--- a/content.go
+++ b/content.go
@@ -511,7 +511,7 @@ func muxContent(userName string) (itemDefs []mt.ItemDef, aliases []struct{ Alias
var conns []*contentConn
PoolLoop:
- for _, pool := range PoolServers() {
+ for _, pool := range Conf().Pools() {
var addr *net.UDPAddr
for name, srv := range pool {