Skip to content

Commit

Permalink
Comments r2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmonroy committed Oct 18, 2018
1 parent 2d01f52 commit 8a01529
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions go/border/rpkt/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,7 @@ func (rp *RtrPkt) IncPath() (bool, error) {
rp.infoF = infoF
rp.hopF = hopF
rp.IncrementedPath = true
if segChgd {
// Extract new ConsDir flag.
rp.consDirFlag = nil
if _, err = rp.ConsDirFlag(); err != nil {
return segChgd, err
}
}
rp.consDirFlag = &infoF.ConsDir
// Extract the next interface ID.
rp.ifNext = nil
if _, err = rp.IFNext(); err != nil {
Expand Down

0 comments on commit 8a01529

Please sign in to comment.