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
1.6.0
Tilghman Lesher 18 years ago
parent c67f7fd3da
commit 8b63009338

@ -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 */

Loading…
Cancel
Save