summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.c')
-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;