summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/table_manager.go')
-rw-r--r--table/table_manager.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/table/table_manager.go b/table/table_manager.go
index a027e4a4..37452e65 100644
--- a/table/table_manager.go
+++ b/table/table_manager.go
@@ -191,7 +191,6 @@ func (manager *TableManager) calculate(destinationList []Destination) ([]Path, e
}).Debug("best path is lost")
p := destination.getBestPath()
- destination.setOldBestPath(p)
newPaths = append(newPaths, p.Clone(true))
}
destination.setBestPath(nil)