mirror of
https://github.com/upa/mscp.git
synced 2026-02-18 20:34:59 +08:00
fix uninitialized dst_path_is_dir bool
This commit is contained in:
@@ -376,6 +376,8 @@ int main(int argc, char **argv)
|
||||
fprintf(stderr, "%s\n", mscp_get_error());
|
||||
|
||||
ret = mscp_join(m);
|
||||
if (ret != 0)
|
||||
fprintf(stderr, "%s\n", mscp_get_error());
|
||||
|
||||
pthread_cancel(tid_stat);
|
||||
pthread_join(tid_stat, NULL);
|
||||
|
||||
Reference in New Issue
Block a user