Don't send a bogus "-" option to an older server if there were
[rsync/rsync.git] / t_unsafe.c
index 943185a..fb8e9ec 100644 (file)
@@ -27,9 +27,10 @@ int dry_run = 0;
 int am_root = 0;
 int read_only = 0;
 int list_only = 0;
+int human_readable = 0;
 int preserve_perms = 0;
 int preserve_executability = 0;
-short info_levels[10], debug_levels[10];
+short info_levels[COUNT_INFO], debug_levels[COUNT_DEBUG];
 
 int
 main(int argc, char **argv)