View | Details | Raw Unified | Return to bug 61240
Collapse All | Expand All

(-)apr-1.6.2.orig/file_io/unix/copy.c (-1 lines)
Lines 41-47 Link Here
41
            return status;
41
            return status;
42
        }
42
        }
43
        perms = finfo.protection;
43
        perms = finfo.protection;
44
        apr_file_perms_set(to_path, perms); /* ignore any failure */
45
    }
44
    }
46
    else
45
    else
47
        perms = to_perms;
46
        perms = to_perms;

Return to bug 61240