Re: [OpenSIPS-Devel] opensips patch: save param p2 issue with registrar/save.c

2010-06-24 Thread Bogdan-Andrei Iancu
Hi Jinke,

Thanks for the fix - you are right.
i uploaded the patch on SVN.

Best regards,
Bogdan

Jiang Jinke wrote:
 Hi,

 I found the p2 param is not working on the save() function of registrar 
 module.

 One line change on the file:
 -   if (flags_s.s[st]=='0') {
 +   if (flags_s.s[st]=='2') {


 Should be a typo on the condition.

 Regards,
 Jinke Jiang
   

-- 
Bogdan-Andrei Iancu
OpenSIPS Bootcamp
20 - 24 September 2010, Frankfurt, Germany
www.voice-system.ro



___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] opensips patch: save param p2 issue with registrar/save.c

2010-06-20 Thread Jiang Jinke
Hi,

I found the p2 param is not working on the save() function of registrar module.

One line change on the file:
-   if (flags_s.s[st]=='0') {
+   if (flags_s.s[st]=='2') {


Should be a typo on the condition.

Regards,
Jinke Jiang


save.patch
Description: Binary data
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel