X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/16edf86595a5a990a942fa045dfb523dae1fe6cb..63186ec0777af853fafe75b74184576f235c7d4d:/cleanup.c diff --git a/cleanup.c b/cleanup.c index d825e0f1..6fc72252 100644 --- a/cleanup.c +++ b/cleanup.c @@ -189,6 +189,8 @@ NORETURN void _exit_cleanup(int code, const char *file, int line) /* FALLTHROUGH */ #include "case_N.h" + if (am_server && code) + msleep(100); close_all(); /* FALLTHROUGH */