mirror of
https://github.com/upa/mscp.git
synced 2026-05-22 05:17:29 +08:00
accidentaly swap min_chunk_sz and max_chunk_sz...
This commit is contained in:
@@ -349,7 +349,7 @@ int mscp_prepare(struct mscp *m)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (resolve_chunk(&m->path_list, &m->chunk_list, m->opts->nr_threads,
|
if (resolve_chunk(&m->path_list, &m->chunk_list, m->opts->nr_threads,
|
||||||
m->opts->max_chunk_sz, m->opts->min_chunk_sz) < 0)
|
m->opts->min_chunk_sz, m->opts->max_chunk_sz) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* save total bytes to be transferred */
|
/* save total bytes to be transferred */
|
||||||
|
|||||||
Reference in New Issue
Block a user