Merge branch '2278_preserve_attrs_if_dest_exists'

* 2278_preserve_attrs_if_dest_exists:
  code indentation
  Ticket #2278: Problem in the Copy operation
This commit is contained in:
Slava Zanko 2012-03-26 10:59:43 +03:00
commit 3907f19a04

View File

@ -1867,7 +1867,7 @@ copy_file_file (FileOpTotalContext * tctx, FileOpContext * ctx,
break;
}
}
else
else if (!dst_exists)
{
src_mode = umask (-1);
umask (src_mode);