]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in the...
authorRussell Bryant <russell@russellbryant.com>
Tue, 13 Jul 2010 19:06:53 +0000 (19:06 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 13 Jul 2010 19:06:53 +0000 (19:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@276123 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_features.c

index 4ebc83c8c7b98ded50f42282c9522035f5376d8d..80e42fe1c87f86839ec0ee40cb4801b886b43de6 100644 (file)
@@ -2167,7 +2167,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
                        /* new channel */
                        ast_cdr_specialized_reset(new_chan_cdr,0);
                } else {
-                       ast_cdr_specialized_reset(chan_cdr,0); /* nothing changed, reset the chan_cdr  */
+                       ast_cdr_specialized_reset(chan->cdr, 0); /* nothing changed, reset the chan cdr  */
                }
        }