diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 3ecd0a1396..0c490644e1 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -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) { diff --git a/res/res_realtime.c b/res/res_realtime.c index 9be076a6ba..8f99bdbd93 100644 --- a/res/res_realtime.c +++ b/res/res_realtime.c @@ -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: