aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-16 17:02:05 +0000
committerWayne Davison <wayned@samba.org>2005-02-16 17:02:05 +0000
commite4b808989ee9927654b13e03e26f74e5703c405d (patch)
treeb3f41aa9d7e9fa04568f37d79b6dc324582a5d68 /main.c
parent59e52bf27680e626f26525e009b975247c80d744 (diff)
downloadandroid_external_rsync-e4b808989ee9927654b13e03e26f74e5703c405d.tar.gz
android_external_rsync-e4b808989ee9927654b13e03e26f74e5703c405d.tar.bz2
android_external_rsync-e4b808989ee9927654b13e03e26f74e5703c405d.zip
Moved the auto-setting of --verbose when --dry-run is specified into
options.c.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index 4855a888..06ebca46 100644
--- a/main.c
+++ b/main.c
@@ -30,7 +30,6 @@ extern int am_sender;
extern int am_generator;
extern int am_daemon;
extern int verbose;
-extern int itemize_changes;
extern int blocking_io;
extern int delete_before;
extern int daemon_over_rsh;
@@ -1174,9 +1173,6 @@ int main(int argc,char *argv[])
exit_cleanup(RERR_SYNTAX);
}
- if (dry_run && !verbose && !itemize_changes)
- verbose = 1;
-
if (am_server) {
set_nonblocking(STDIN_FILENO);
set_nonblocking(STDOUT_FILENO);