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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/table_manager.go b/table/table_manager.go
index f7619d11..abb00cf9 100644
--- a/table/table_manager.go
+++ b/table/table_manager.go
@@ -204,7 +204,7 @@ func (manager *TableManager) calculate(destinationList []Destination) ([]Path, e
p := destination.getBestPath()
destination.setOldBestPath(p)
- newPaths = append(newPaths, p.clone(true))
+ newPaths = append(newPaths, p.Clone(true))
}
destination.setBestPath(nil)
} else {