mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Fix the build
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1828,7 +1828,7 @@ static int rt_extend_conf(char *confno) | ||||
| 		confno, "startTime<= ", currenttime, | ||||
| 		"endtime>= ", currenttime, NULL); | ||||
|  | ||||
| 	origvar = var; | ||||
| 	orig_var = var; | ||||
|  | ||||
| 	/* Identify the specific RealTime conference */ | ||||
| 	while (var) { | ||||
|   | ||||
| @@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| static char *cli_realtime_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)  | ||||
| { | ||||
| #define CRL_HEADER_FORMAT "%30s  %-30s\n" | ||||
| 	struct ast_variable *var = NULL, orig_var = NULL; | ||||
| 	struct ast_variable *var = NULL, *orig_var = NULL; | ||||
|  | ||||
| 	switch (cmd) { | ||||
| 	case CLI_INIT: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user