Re: [SR-Users] break seems to work also inside while loop

2010-05-20 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > break works inside while starting with 3.0, seems that documentation was > not updated. ok, i updated the cookbook accordingly. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-

Re: [SR-Users] break seems to work also inside while loop

2010-05-20 Thread Daniel-Constantin Mierla
Hello, break works inside while starting with 3.0, seems that documentation was not updated. Cheers, Daniel On 5/20/10 9:08 PM, Juha Heinanen wrote: according to core cookbook http://sip-router.org/wiki/cookbooks/core-cookbook/devel#break 'break' only works inside switch statement, but i

[SR-Users] break seems to work also inside while loop

2010-05-20 Thread Juha Heinanen
according to core cookbook http://sip-router.org/wiki/cookbooks/core-cookbook/devel#break 'break' only works inside switch statement, but i just tried and it seemed to work also inside while statement. is that an accident or on purpose? -- juha ___ S