aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-05 15:32:58 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-05 15:32:58 +0000
commitf6763ca4b364721de15453dcc2b927d329eafdd0 (patch)
treedb857a259ebfead522a7a7bb11b3f3f60c1f979a
parent396f6c92d4f0c9b96066068b5e2b3fda0db3f43c (diff)
Weird. When I merged my changes from 1.4, they merged into the wrong function.
This should fix the build for trunk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81535 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 8c3cc9b4d..fde483895 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3773,7 +3773,6 @@ static int queue_function_var(struct ast_channel *chan, const char *cmd, char *d
{
int res = -1;
struct call_queue *q;
- struct member *m;
char interfacevar[256]="";
float sl = 0;
@@ -3822,6 +3821,7 @@ static int queue_function_qac(struct ast_channel *chan, const char *cmd, char *d
{
int count = 0;
struct call_queue *q;
+ struct member *m;
buf[0] = '\0';