diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/pkg/table/destination.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/table/destination.go b/internal/pkg/table/destination.go index fa61572e..b843f8f4 100644 --- a/internal/pkg/table/destination.go +++ b/internal/pkg/table/destination.go @@ -501,7 +501,7 @@ func (dst *Destination) sort() { reason = BPR_OLDER } if better == nil { - var e error = nil + var e error better, e = compareByRouterID(path1, path2) if e != nil { log.WithFields(log.Fields{ |