Skip to content

Commit

Permalink
remove redundant bytes for protobuf messages generated from sflow
Browse files Browse the repository at this point in the history
  • Loading branch information
debugloop committed Apr 12, 2019
1 parent 22b8675 commit 92b41af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion goflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ func (s *state) decodeSflow(msg interface{}) error {
for _, fmsg := range flowMessageSet {
fmsg.TimeRecvd = ts
fmsg.TimeFlow = ts // deprecate this
fmsg.TimeFlowStart = ts
fmsg.TimeFlowEnd = ts
}

Expand Down

0 comments on commit 92b41af

Please sign in to comment.