]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added module_dirlen now that utils.o needs it.
authorWayne Davison <wayned@samba.org>
Wed, 3 May 2006 00:49:31 +0000 (00:49 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 3 May 2006 00:49:31 +0000 (00:49 +0000)
t_stub.c

index 2b4255a5bce515a93dc7fc820d9a8ce01d199338..9a8546281fddb9b1143203bec653ef7abfa0c461 100644 (file)
--- 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;