Merge pull request #3717 from crazy-max/fix-history-export-clients

history: deduplicate node clients during export
This commit is contained in:
Tõnis Tiigi
2026-03-13 17:36:47 -07:00
committed by GitHub
+1
View File
@@ -102,6 +102,7 @@ func runExport(ctx context.Context, dockerCli command.Cli, opts exportOptions) e
if err != nil {
return err
}
visited[rec.node] = struct{}{}
clients = append(clients, c)
}