X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/ab5ffac0b5b90b65432ee6491f5c8cf94a3b0e18..e2e42a01ba5a2258edf1510280bb83864a0c8748:/source-filter_dest-filter.diff diff --git a/source-filter_dest-filter.diff b/source-filter_dest-filter.diff index d64909b..de0410b 100644 --- a/source-filter_dest-filter.diff +++ b/source-filter_dest-filter.diff @@ -133,7 +133,7 @@ diff --git a/options.c b/options.c if (files_from) { char *h, *p; int q; -@@ -1953,6 +1972,25 @@ void server_options(char **args, int *argc_p) +@@ -1959,6 +1978,25 @@ void server_options(char **args, int *argc_p) } } @@ -171,7 +171,7 @@ diff --git a/pipe.c b/pipe.c +{ + pid_t pid; + int pipefds[2]; -+ ++ + if (verbose >= 2) + print_child_argv("opening connection using:", command); + @@ -215,7 +215,7 @@ diff --git a/pipe.c b/pipe.c +pid_t run_filter_on_file(char *command[], int out, int in) +{ + pid_t pid; -+ ++ + if (verbose >= 2) + print_child_argv("opening connection using:", command); +