Skip to content
Snippets Groups Projects
Commit 8b630093 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Change this flag... might not otherwise unlock in an OOM situation

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79885 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c67f7fd3
No related branches found
No related tags found
No related merge requests found
......@@ -967,7 +967,7 @@ static struct ast_config *config_text_file_load(const char *database, const char
return CONFIG_STATUS_FILEUNCHANGED;
}
}
if (cfmtime)
if (!ast_test_flag(&flags, CONFIG_FLAG_NOCACHE))
AST_LIST_UNLOCK(&cfmtime_head);
/* If cfg is NULL, then we just want an answer */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment