]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix the build
authorMark Michelson <mmichelson@digium.com>
Wed, 17 Dec 2008 21:29:30 +0000 (21:29 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 17 Dec 2008 21:29:30 +0000 (21:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165326 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c
res/res_realtime.c

index 3ecd0a1396e266c2461f2a14a6936d8ed540d1e4..0c490644e199d92320ceda7d752598155b449809 100644 (file)
@@ -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) {
index 9be076a6ba7301dd244b412516370b82b867be46..8f99bdbd937b284f4474f4badc20d8c07939eba5 100644 (file)
@@ -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: