X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/375d8f913b2295b7f8ccc23c08ea1def68cf50f8..baed67efc471537da02720a4ef883a014b24cb9b:/options.c diff --git a/options.c b/options.c index d7c7cbec..f3039a7f 100644 --- a/options.c +++ b/options.c @@ -75,7 +75,6 @@ int am_server = 0; int am_sender = 0; int am_generator = 0; int am_starting_up = 1; -int orig_umask = 0; int relative_paths = -1; int implied_dirs = 1; int numeric_ids = 0; @@ -592,6 +591,7 @@ void option_error(void) } rprintf(FERROR, RSYNC_NAME ": %s", err_buf); + msleep(20); }