[Home]

Summary:ASTERISK-01925: cvs head 20040629-14:45
Reporter:heison (heison)Labels:
Date Opened:2004-06-29 14:12:29Date Closed:2008-01-15 15:01:19.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:char iabuf[80] is being declared twice, line 1001 should be removed.



****** ADDITIONAL INFORMATION ******

  1001         //char iabuf[80];
  1002         /* XXX This is sooooo bugus.  inet_ntoa is not reentrant
  1003            but this function wants to return a static variable so
  1004            the only way to do this will be to declare iabuf within
  1005            the oh323_pvt structure XXX */
  1006         static char iabuf[80];
  1007
Comments:By: Mark Spencer (markster) 2004-06-29 14:14:27

Fixed in CVS

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

Repository: asterisk
Revision: 3353

U   trunk/channels/chan_h323.c

------------------------------------------------------------------------
r3353 | markster | 2008-01-15 15:01:19 -0600 (Tue, 15 Jan 2008) | 2 lines

Remove duplicate declaration (bug ASTERISK-1925)

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

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