summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
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;