summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-05-03 00:49:31 +0000
committerWayne Davison <wayned@samba.org>2006-05-03 00:49:31 +0000
commit93977bca10287f6ba9dbb482faf01f7f57007deb (patch)
tree824542ce3c6bbe376f479e40eb519d1365699a98 /t_stub.c
parentc2a2147a5bf2003d09989c5185a10495158a8510 (diff)
downloadrsync-93977bca10287f6ba9dbb482faf01f7f57007deb.tar.gz
Added module_dirlen now that utils.o needs it.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t_stub.c b/t_stub.c
index 2b4255a5..9a854628 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -26,6 +26,7 @@ int modify_window = 0;
int module_id = -1;
int relative_paths = 0;
int human_readable = 0;
+int module_dirlen = 0;
mode_t orig_umask = 002;
char *partial_dir;
struct filter_list_struct server_filter_list;