Moved the orig_umask variable's definition into main.c since it
authorWayne Davison <wayned@samba.org>
Fri, 24 Feb 2006 01:56:14 +0000 (01:56 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 24 Feb 2006 01:56:14 +0000 (01:56 +0000)
has nothing to do with option settings.

options.c

index df6e0bd..f3039a7 100644 (file)
--- a/options.c
+++ b/options.c
@@ -75,7 +75,6 @@ int am_server = 0;
 int am_sender = 0;
 int am_generator = 0;
 int am_starting_up = 1;
-int orig_umask = 0;
 int relative_paths = -1;
 int implied_dirs = 1;
 int numeric_ids = 0;