Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Lehner Florian <[email protected]>
  • Loading branch information
florianl committed Jul 4, 2019
1 parent ba59d56 commit eb25ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributeTcMsg.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func extractTcmsgAttributes(data []byte, info *Attribute) error {
}
if len(xStats) > 0 {
tcxstats := &XStats{}
if err := extractXStats(ad.Bytes(), tcxstats, info.Kind); err != nil {
if err := extractXStats(xStats, tcxstats, info.Kind); err != nil {
return err
}
info.XStats = tcxstats
Expand Down

0 comments on commit eb25ddc

Please sign in to comment.