[Home]

Summary:ASTERISK-04294: Patch associated with 0004350 causes very minor dependancy issue
Reporter:John Riordan (john)Labels:
Date Opened:2005-05-27 13:26:26Date Closed:2011-06-07 14:12:00
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast0004401.diff.txt
Description:cdr.h includes channel.h before AST_MAX_ACCOUNTCODE is defined
and channel.h now depends on this value.

so if cdr.h happens to get included before channel.h a build fails.

no big deal, but I figured I'd note it.
Comments:By: Michael Jerris (mikej) 2005-05-27 13:47:05

can you supply a quick patch for this?

By: John Riordan (john) 2005-05-27 21:22:50

Patch uploaded.
I will fax disclaimer if need be, but the patch just moves one line...

By: Mark Spencer (markster) 2005-05-30 10:27:27

Fixed in CVS head.

By: Digium Subversion (svnbot) 2008-01-15 15:36:23.000-0600

Repository: asterisk
Revision: 5789

U   trunk/include/asterisk/cdr.h

------------------------------------------------------------------------
r5789 | markster | 2008-01-15 15:36:23 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix cdr.h ordering issue (bug ASTERISK-4294)

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

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