[OpenSIPS-Devel] very minor bug in opensips tm fwd

2010-07-19 Thread Kennard_White
Hi, I believe there is a minor bug in opensips HEAD in the tm module t_fwd.c. The function update_uac_dst sets ser_error to one of two options: E_OUT_OF_MEM or E_NO_SOCKET. This is overwritten by add_uac. The simple one line fix is: --- a/modules/tm/t_fwd.c +++ b/modules/tm/t_fwd.c @@ -430,7 +4

Re: [OpenSIPS-Devel] very minor bug in opensips tm fwd

2010-07-22 Thread Bogdan-Andrei Iancu
Hi Kennard, Thanks for the fix - is it on SVN. Best regards, Bogdan kennard_wh...@logitech.com wrote: > > Hi, > > I believe there is a minor bug in opensips HEAD in the tm module > t_fwd.c. The function update_uac_dst sets ser_error to one of two > options: E_OUT_OF_MEM or E_NO_SOCKET. This is