aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-26 19:59:25 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-26 19:59:25 +0000
commitb3bce897f991dfff403e9e8bbc9b0db6ff457ce5 (patch)
tree62a86ccf3e91fa665205f285fda02af835254104 /apps/app_queue.c
parent19b0c704b15e24e08e8054071e043f5ff7cd843a (diff)
Typo found on the -dev list
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38258 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-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 84583250a..e53af16b6 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -883,7 +883,7 @@ static void queue_set_param(struct call_queue *q, const char *param, const char
} else if (!strcasecmp(param, "eventmemberstatus")) {
q->maskmemberstatus = !ast_true(val);
} else if (!strcasecmp(param, "eventwhencalled")) {
- if (strcasecmp(val, "vars")) {
+ if (!strcasecmp(val, "vars")) {
q->eventwhencalled = QUEUE_EVENT_VARIABLES;
} else {
q->eventwhencalled = ast_true(val);