summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-07 11:56:23 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-07 11:56:23 -0700
commitd2d6ad481afd323504234ccb7ecb97866b3d6931 (patch)
tree8bc2056a3fbcf242fecdac03ceecdbf19456b386 /t_stub.c
parent5dcb49c7ddec765d4a24b4f801ffc7212c085db1 (diff)
downloadrsync-d2d6ad481afd323504234ccb7ecb97866b3d6931.tar.gz
Allow --max-alloc=0 for unlimited.
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 954b86da..1e1e4046 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -33,7 +33,7 @@ int preserve_xattrs = 0;
int preserve_perms = 0;
int preserve_executability = 0;
int open_noatime = 0;
-size_t max_alloc = 1024*1024*1024; /* max_alloc is needed when combined with util2.o */
+size_t max_alloc = 0; /* max_alloc is needed when combined with util2.o */
char *partial_dir;
char *module_dir;
filter_rule_list daemon_filter_list;