Skip to content

Commit

Permalink
If prune_empty_dirs is set, don't set incremental.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Dec 29, 2006
1 parent 1e05b59 commit 7a28d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void setup_protocol(int f_out,int f_in)
}
} else if (protocol_version >= 30) {
if (recurse && !preserve_hard_links && !delete_before
&& !delete_after && !delay_updates)
&& !delete_after && !delay_updates && !prune_empty_dirs)
incremental = 1;
need_messages_from_generator = 1;
}
Expand Down

0 comments on commit 7a28d18

Please sign in to comment.