X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/adc2476fa213797d849ae80fa8b5fcd9eba5dc4f..e9ad7bb1f846834190ae8377d5e8f0ded543ff3a:/trimslash.c diff --git a/trimslash.c b/trimslash.c index 40f2eb9b..448064ab 100644 --- a/trimslash.c +++ b/trimslash.c @@ -23,6 +23,7 @@ /* These are to make syscall.o shut up. */ int dry_run = 0; int am_root = 0; +int am_sender = 1; int read_only = 1; int list_only = 0; int preserve_perms = 0;