[Home]

Summary:ASTERISK-05712: [patch] duplicate list of variable names in cdr.c
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-11-25 17:54:03.000-0600Date Closed:2008-01-15 15:58:11.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cdr.diff
Description:cdr.c has a duplicate list of readonly variable names, which is
both useless and error prone in case one decides to add new variables.
The attached patch makes the list globally visible within the file,
and remove one duplicate.
Comments:By: Russell Bryant (russell) 2005-11-28 23:46:38.000-0600

added to the svn trunk, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:58:11.000-0600

Repository: asterisk
Revision: 7217

U   trunk/cdr.c

------------------------------------------------------------------------
r7217 | russell | 2008-01-15 15:58:11 -0600 (Tue, 15 Jan 2008) | 2 lines

remove duplicate list of cdr variable names (issue ASTERISK-5712)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=7217