MCPcopy Create free account
hub / github.com/apache/httpd / md_make_worker_accessible

Function md_make_worker_accessible

modules/md/mod_md_os.c:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58apr_status_t md_make_worker_accessible(const char *fname, apr_pool_t *p)
59{
60#ifdef WIN32
61 return APR_ENOTIMPL;
62#else
63 return md_try_chown(fname, ap_unixd_config.user_id, -1, p);
64#endif
65}
66
67#ifdef WIN32
68

Callers 1

store_file_evFunction · 0.85

Calls 1

md_try_chownFunction · 0.85

Tested by

no test coverage detected