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:
5ad4030
)
Remove set but unused variable 'meid'.
author
Mark Michelson
<mmichelson@digium.com>
Thu, 22 Aug 2013 20:18:27 +0000
(20:18 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Thu, 22 Aug 2013 20:18:27 +0000
(20:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397466
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
bd79587
..
9471c6e
100644
(file)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-5991,7
+5991,6
@@
static int try_calling(struct queue_ent *qe, struct ast_flags opts, char **opt_a
char *gosubexec = NULL;
const char *monitorfilename;
char tmpid[256];
- char meid[1024];
int forwardsallowed = 1;
int block_connected_line = 0;
int callcompletedinsl;
@@
-6005,7
+6004,6
@@
static int try_calling(struct queue_ent *qe, struct ast_flags opts, char **opt_a
memset(&bridge_config, 0, sizeof(bridge_config));
tmpid[0] = 0;
- meid[0] = 0;
time(&now);
/* If we've already exceeded our timeout, then just stop