This commit is contained in:
2025-11-17 23:30:50 +01:00
parent 2a2537b382
commit 9d0a8e7de5
+1 -1
View File
@@ -386,7 +386,7 @@ process_metadata_server_sync_4(ChunkServer *state, int conn_idx, ByteView msg)
return -1; return -1;
for (int j = 0; j < num_addrs; j++) for (int j = 0; j < num_addrs; j++)
download_targets_push(&state->download_targets, addrs[i], hash); download_targets_push(&state->download_targets, addrs[j], hash);
} }
if (binary_read(&reader, NULL, 1)) if (binary_read(&reader, NULL, 1))