summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-04-23 14:27:44 -0700
committerWayne Davison <wayne@opencoder.net>2020-04-23 14:32:26 -0700
commit87257f869ca1c49df05f6d587577d195ebb8ce28 (patch)
tree89d701684d8d6e6ec8c955586ace364f89081e2a /t_stub.c
parentb936741032fbfcd41b74ae4ca76ea718df25c64b (diff)
downloadrsync-87257f869ca1c49df05f6d587577d195ebb8ce28.tar.gz
Change --set-notime to --open-noatime.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t_stub.c b/t_stub.c
index cfe8727a..6f01a24d 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -31,7 +31,7 @@ int module_dirlen = 0;
int preserve_acls = 0;
int preserve_times = 0;
int preserve_xattrs = 0;
-int set_noatime = 0;
+int open_noatime = 0;
char *partial_dir;
char *module_dir;
filter_rule_list daemon_filter_list;