projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7111c8e
)
This repairs a 'warning: ISO C90 forbids mixed declarations and code' message that...
author
Steve Murphy
<murf@digium.com>
Thu, 19 Jul 2007 22:00:59 +0000
(22:00 +0000)
committer
Steve Murphy
<murf@digium.com>
Thu, 19 Jul 2007 22:00:59 +0000
(22:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75982
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
48b6b51
..
14ed8d5
100644
(file)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-3437,6
+3437,7
@@
static int queue_exec(struct ast_channel *chan, void *data)
/* whether to exit Queue application after the timeout hits */
int go_on = 0;
char *parse;
+ int makeannouncement = 0;
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(queuename);
AST_APP_ARG(options);
@@
-3528,7
+3529,7
@@
check_turns:
if (res)
goto stop;
- int makeannouncement = 0;
+ makeannouncement = 0;
for (;;) {
/* This is the wait loop for the head caller*/