The code now compiles if slp is disabled.
[rsync/rsync-patches.git] / threaded-receiver.diff
index 94eb929..6fbe409 100644 (file)
@@ -1015,9 +1015,9 @@ After applying this patch, run these commands for a successful build:
  int keep_partial = 0;
  int safe_symlinks = 0;
  int copy_unsafe_links = 0;
-@@ -1293,6 +1293,7 @@ int parse_arguments(int *argc, const cha
-       if ((do_progress || dry_run) && !verbose && !log_before_transfer
-           && !am_server)
+@@ -1292,6 +1292,7 @@ int parse_arguments(int *argc, const cha
+       if (do_progress && !verbose && !log_before_transfer && !am_server)
                verbose = 1;
 +      recv_progress = do_progress;