X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/ab5ffac0b5b90b65432ee6491f5c8cf94a3b0e18..e2e42a01ba5a2258edf1510280bb83864a0c8748:/fsync.diff diff --git a/fsync.diff b/fsync.diff index 7ac11f5..c030199 100644 --- a/fsync.diff +++ b/fsync.diff @@ -34,7 +34,7 @@ diff --git a/options.c b/options.c {"rsh", 'e', POPT_ARG_STRING, &shell_cmd, 0, 0, 0 }, {"rsync-path", 0, POPT_ARG_STRING, &rsync_path, 0, 0, 0 }, {"temp-dir", 'T', POPT_ARG_STRING, &tmpdir, 0, 0, 0 }, -@@ -2003,6 +2006,9 @@ void server_options(char **args, int *argc_p) +@@ -2009,6 +2012,9 @@ void server_options(char **args, int *argc_p) args[ac++] = tmpdir; }