~ubuntu-branches/ubuntu/trusty/rsync/trusty

« back to all changes in this revision

Viewing changes to trimslash.c

  • Committer: Package Import Robot
  • Author(s): Paul Slootman
  • Date: 2013-10-27 12:01:10 UTC
  • mfrom: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20131027120110-eyksys8yzm1siekf
Tags: upstream-3.1.0
ImportĀ upstreamĀ versionĀ 3.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
/* These are to make syscall.o shut up. */
24
24
int dry_run = 0;
25
25
int am_root = 0;
 
26
int am_sender = 1;
26
27
int read_only = 1;
27
28
int list_only = 0;
28
29
int preserve_perms = 0;