Need to define an orig_umask value now that utils.c uses it.
authorWayne Davison <wayned@samba.org>
Fri, 24 Feb 2006 01:56:29 +0000 (01:56 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 24 Feb 2006 01:56:29 +0000 (01:56 +0000)
t_stub.c

index 2814929..c2e972d 100644 (file)
--- a/t_stub.c
+++ b/t_stub.c
@@ -30,6 +30,7 @@ int modify_window = 0;
 int module_id = -1;
 int relative_paths = 0;
 int human_readable = 0;
 int module_id = -1;
 int relative_paths = 0;
 int human_readable = 0;
+mode_t orig_umask = 002;
 char *partial_dir;
 struct filter_list_struct server_filter_list;
 
 char *partial_dir;
 struct filter_list_struct server_filter_list;