summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-13 19:40:31 +0000
committerJim Meyering <jim@meyering.net>2001-10-13 19:40:31 +0000
commit8429ee57dd2b653dbaa96575afc289f3160f8eb9 (patch)
tree240997c3252df448b66ed047ce3b88eaa4a535c6 /src
parent95cc4c0984e8ef052afd4304086a406917deedd7 (diff)
downloadcoreutils-8429ee57dd2b653dbaa96575afc289f3160f8eb9.tar.xz
(cp_option_init): Initialize new member, preserve_links.
Diffstat (limited to 'src')
-rw-r--r--src/install.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install.c b/src/install.c
index 3be4369a5..9d00f86f8 100644
--- a/src/install.c
+++ b/src/install.c
@@ -153,6 +153,7 @@ cp_option_init (struct cp_options *x)
x->myeuid = geteuid ();
x->one_file_system = 0;
x->preserve_ownership = 0;
+ x->preserve_links = 0;
x->preserve_mode = 0;
x->preserve_timestamps = 0;
x->require_preserve = 0;