diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -416,6 +416,7 @@ void mscp_copy_thread_cleanup(void *arg) if (t->sftp) ssh_sftp_close(t->sftp); t->finished = true; + __sync_synchronize(); } void *mscp_copy_thread(void *arg) |