summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2010-03-03 19:38:06 +0000
committerRichard Mudgett <rmudgett@digium.com>2010-03-03 19:38:06 +0000
commit73ef4b8dafe664c03b0b81be6e90ac97afa9c5f8 (patch)
tree371cf1d28a79ecab4a3313b6f3e86736e23977bb /apps/app_queue.c
parente8a99a9962212fcc7b503e3e1ea42f9e2eed223b (diff)
Removed cdrflags from ast_channel structure.
Only chan_dahdi set a value in cdrflags. Everyone else just copied it around the system. Noone cared about any value it may have contained. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@250565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 7cd8ed0df..86a20da4f 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3312,7 +3312,6 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte
ast_channel_datastore_inherit(in, o->chan);
ast_string_field_set(o->chan, accountcode, in->accountcode);
- o->chan->cdrflags = in->cdrflags;
ast_channel_set_redirecting(o->chan, apr);