summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-09-05 15:32:58 +0000
committerMark Michelson <mmichelson@digium.com>2007-09-05 15:32:58 +0000
commit504f8a09afa81a40b9d86f8a878cbee7617f4dde (patch)
treedb857a259ebfead522a7a7bb11b3f3f60c1f979a
parent2b6003354242b1ade9d16f4ab143e14eb58291ba (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: https://origsvn.digium.com/svn/asterisk/trunk@81535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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';