aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:29:30 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:29:30 +0000
commitdc62f1668393238ed9a8c3d14440628edcc765da (patch)
tree373379a634315818d80b1b539063ae34b38d9dd9 /apps/app_meetme.c
parent28330bf37788b5546f8a15cefd958ed21edb1ee1 (diff)
Fix the build
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@165326 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 3ecd0a139..0c490644e 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) {