mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user