Fix the build

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Mark Michelson 17 years ago
parent 6c521ba21f
commit 7c1bd94231

@ -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:

Loading…
Cancel
Save