From: Jim Meyering Date: Sat, 13 Oct 2001 19:41:17 +0000 (+0000) Subject: (cp_option_init): Initialize new member to 1. X-Git-Tag: FILEUTILS-4_1_1~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5f6a3dc40a2b8cb1ff9bf4671fc1205be68c89e;p=platform%2Fupstream%2Fcoreutils.git (cp_option_init): Initialize new member to 1. --- diff --git a/src/mv.c b/src/mv.c index 4b05263..927b14e 100644 --- a/src/mv.c +++ b/src/mv.c @@ -128,6 +128,7 @@ cp_option_init (struct cp_options *x) x->myeuid = geteuid (); x->one_file_system = 0; x->preserve_ownership = 1; + x->preserve_links = 1; x->preserve_mode = 1; x->preserve_timestamps = 1; x->require_preserve = 0; /* FIXME: maybe make this an option */