Skip to content

Commit 14e9108

Browse files
i3149Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3eda611 commit 14e9108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cat/jchf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (kc *KTranslate) flowToJCHF(ctx context.Context, dst *kt.JCHF, src *Flow, c
135135
dst.CustomStr["SamplerAddress"] = d.SendingIps[0].String()
136136
}
137137
if d.Site != nil {
138-
dst.CustomStr["device_site"] = d.Site.SiteName
138+
dst.CustomStr["device_site"] = d.Site.GetSiteName()
139139
}
140140
if i, ok := d.Interfaces[dst.InputPort]; ok {
141141
dst.InputIntDesc = i.Description

0 commit comments

Comments
 (0)