[asterisk-commits] russell: trunk r276124 - in /trunk: ./ main/features.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 13 14:11:32 CDT 2010
Author: russell
Date: Tue Jul 13 14:09:42 2010
New Revision: 276124
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=276124
Log:
Merged revisions 276123 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r276123 | russell | 2010-07-13 14:06:53 -0500 (Tue, 13 Jul 2010) | 2 lines
Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in the last commit).
........
Modified:
trunk/ (props changed)
trunk/main/features.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/features.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/features.c?view=diff&rev=276124&r1=276123&r2=276124
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Tue Jul 13 14:09:42 2010
@@ -3483,7 +3483,7 @@
ast_cdr_specialized_reset(new_peer_cdr, 0);
}
} else {
- ast_cdr_specialized_reset(peer_cdr, 0); /* nothing changed, reset the peer_cdr */
+ ast_cdr_specialized_reset(peer->cdr, 0); /* nothing changed, reset the peer cdr */
}
}
More information about the asterisk-commits
mailing list