diff --git a/cluster/proxy/proxy.go b/cluster/proxy/proxy.go index 8cbf04e7..da90ccb7 100644 --- a/cluster/proxy/proxy.go +++ b/cluster/proxy/proxy.go @@ -196,7 +196,7 @@ func (p *proxy) Start() { for _, file := range update.Files { p.fileid[file] = update.ID } - p.idfiles[update.ID] = files + p.idfiles[update.ID] = update.Files p.idupdate[update.ID] = update.LastUpdate p.lock.Unlock()