Fix comment

This commit is contained in:
Joshua Gigg 2020-09-10 20:50:16 +01:00 committed by GitHub
parent 32e7e51652
commit 1c749fbed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2821,7 +2821,7 @@ static switch_status_t locate_url_file(http_file_context_t *context, const char
if (newext && (zstr(ext) || strcmp(ext, newext) != 0)) {
/*
* HTTP Request has returned the file with a different extension
* Update the cache_file path and delete the original file
* Update the cache_file path
*/
ext = newext;
context->cache_file = switch_core_sprintf(context->pool, "%s.%s", context->cache_file_base, newext);