[Home]

Summary:ASTERISK-07125: [patch] duplicate assignment in __get_from_jb(). chan_iax2.c
Reporter:Dmytro Mishchenko (arkadia)Labels:
Date Opened:2006-06-08 07:43:41Date Closed:2006-06-09 13:21:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:pvt initialized twice at the begging of the function.

struct chan_iax2_pvt *pvt = iaxs[callno];
....
pvt = iaxs[callno];
Comments:By: Serge Vecher (serge-v) 2006-06-08 09:17:06

arkadia: we apreciate your contribution, but we would love it if you've also attached patch files! Thanks very much!

By: Joshua C. Colp (jcolp) 2006-06-09 13:21:44

Fixed in trunk, please do try to use patches though instead of putting the code directly into the bug note. Thanks!