From: Jim Meyering Date: Sat, 13 Oct 2001 19:40:31 +0000 (+0000) Subject: (cp_option_init): Initialize new member, preserve_links. X-Git-Tag: FILEUTILS-4_1_1~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8429ee57dd2b653dbaa96575afc289f3160f8eb9;p=thirdparty%2Fcoreutils.git (cp_option_init): Initialize new member, preserve_links. --- diff --git a/src/install.c b/src/install.c index 3be4369a56..9d00f86f86 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;