6: 25:{
6: 26: apr_file_t *s, *d;
6: 27: apr_status_t status;
6: 28: apr_finfo_t finfo;
6: 29: apr_fileperms_t perms;
-: 30:
-: 31: /* Open source file. */
6: 32: status = apr_file_open(&s, from_path, APR_READ,
APR_OS_DEFAULT, pool);
6: 33: if (status)
#####: 34: return status;