[Home]

Summary:ASTERISK-09783: addons rev 406 is not compilled, because ast_realloca removed
Reporter:Mike Anikienko (mike anikienko)Labels:
Date Opened:2007-06-29 00:46:07Date Closed:2007-06-29 09:33:38
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/res_config_mysql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:res_config_mysql.c: In function ?realtime_multi_mysql?:
res_config_mysql.c:206: error: storage size of ?ra? isn?t known
make[1]: *** [res_config_mysql.o] Error 1

I think it because ast_realloca removed:
http://svn.digium.com/view/asterisk/trunk/include/asterisk/strings.h?r1=68339&r2=72492
Comments:By: Digium Subversion (svnbot) 2007-06-29 09:33:38

Revision: 407: ------------------------------------------------------------------------
r407 | svn-mirror | 2007-06-29 09:33:38 -0500 (Fri, 29 Jun 2007) | 1 line

remove useless ast_realloca declaration that is no longer valid (closes issue ASTERISK-9783)
------------------------------------------------------------------------