X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3b83a22057b71e7df2b960d3997fb4474910f30e..6e310d38fcdeacb8055bb7e83d4e64c37fd54a38:/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;