提交 abcff8c9 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4886 --resolve the file permisions must be set properly by you, you must have…

FS-4886 --resolve the file permisions must be set properly by you, you must have installed it as root then changed users.  This patch will fix the crash.
上级 57a2d59e
......@@ -2565,7 +2565,12 @@ static switch_status_t locate_url_file(http_file_context_t *context, const char
}
fetch_cache_data(context, url, &headers, context->cache_file);
if ((status = fetch_cache_data(context, url, &headers, context->cache_file)) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error checking file cache (check permissions)\n");
goto end;
}
metadata = switch_core_sprintf(context->pool, "%s:%s:%s:%s",
url,
switch_event_get_header_nil(headers, "last-modified"),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论