1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

(cp_option_init): Don't set umask_kill member.

This commit is contained in:
Jim Meyering
2005-12-17 10:46:23 +00:00
parent eee9e3d072
commit 7b08fdb1eb

View 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;