Skip to content

Commit f70ee2e

Browse files
committed
fix compile
1 parent 987690b commit f70ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (c *Frontend) GetAggregateKeyLabels() map[string][]string {
325325
"dnsRCode": {"DnsFlagsResponseCode"},
326326
}
327327
for i := range c.Scopes {
328-
keyLabels[c.Scopes[i].ID] = sc.Labels
328+
keyLabels[c.Scopes[i].ID] = c.Scopes[i].Labels
329329
}
330330
return keyLabels
331331
}

0 commit comments

Comments
 (0)