summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorMatt McCutchen <matt@mattmccutchen.net>2010-02-01 13:29:39 -0500
committerWayne Davison <wayned@samba.org>2010-04-24 09:28:58 -0700
commit9a54a640f74dcaeb03ef99799a5320b3eb77f7ec (patch)
treefb3771462e84532dad9390f98aca2090600f9665 /t_stub.c
parent58a79f4b44593996e53a9bfc94b56006ea86c2ec (diff)
downloadrsync-9a54a640f74dcaeb03ef99799a5320b3eb77f7ec.tar.gz
Don't set the umask to 0 any more: it's ugly and pointless.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/t_stub.c b/t_stub.c
index e176b8b2..44593080 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -26,7 +26,6 @@ int module_id = -1;
int relative_paths = 0;
int module_dirlen = 0;
int preserve_xattrs = 0;
-mode_t orig_umask = 002;
char number_separator = ',';
char *partial_dir;
char *module_dir;