mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43364 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -350,7 +350,7 @@ static struct ast_custom_function escape_function = { | ||||
|  | ||||
| static int init_acf_query(struct ast_config *cfg, char *catg, struct acf_odbc_query **query) | ||||
| { | ||||
| 	char *tmp; | ||||
| 	const char *tmp; | ||||
|  | ||||
| 	if (!cfg || !catg) { | ||||
| 		return -1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user