(cp_option_init): Don't set umask_kill member.
authorJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:46:23 +0000 (10:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:46:23 +0000 (10:46 +0000)
src/install.c

index 116589a..5c9067f 100644 (file)
@@ -153,7 +153,6 @@ cp_option_init (struct cp_options *x)
   x->mode = S_IRUSR | S_IWUSR;
   x->stdin_tty = false;
 
-  x->umask_kill = 0;
   x->update = false;
   x->verbose = false;
   x->dest_info = NULL;