mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	suppress a compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -52,11 +52,10 @@ static char *tdesc = "Read/Write values from a RealTime repository"; | ||||
|  | ||||
| static int function_realtime_read(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)  | ||||
| { | ||||
|  | ||||
| 	struct ast_variable *var, *head; | ||||
|         struct localuser *u; | ||||
| 	char *results; | ||||
| 	unsigned int resultslen=0; | ||||
| 	size_t resultslen = 0; | ||||
|  | ||||
| 	AST_DECLARE_APP_ARGS(args, | ||||
| 		AST_APP_ARG(family); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user