[Home]

Summary:ASTERISK-07104: socket_read() typos after search/replace.
Reporter:Dmytro Mishchenko (arkadia)Labels:
Date Opened:2006-06-06 09:26:34Date Closed:2006-06-07 13:01:48
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:forward_delivery(&fr);   should be: forward_delivery(fr);
duped_fr = iaxfrdup2(&fr); should be: duped_fr = iaxfrdup2(fr);

chan_iax2.c lines:
6418
6420
7623
7625
Comments:By: Serge Vecher (serge-v) 2006-06-06 09:28:00

can you please upload these changes as as a patch file?

also, if you don't have a disclaimer on file, can you please get it?

Thanks.

By: Dmytro Mishchenko (arkadia) 2006-06-07 02:02:33

I wont be able to do it in nearest week.

By: Russell Bryant (russell) 2006-06-07 13:01:48

added to 1.2 and trunk in revisions 32818 and 32819, thanks