Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#985)

2017-02-13 Thread David Villasmil
Closed #985. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/985#event-959553499___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#985)

2017-02-13 Thread Alexandr Dubovikov
can you please resubmit the PR ? Please follow the guideline and push only real changes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#985)

2017-02-13 Thread David Villasmil
- Added missing 'break;' in sipcapture.c's pv_parse_hep_name function's switch statement. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/985 -- Commit Summary -- * sipcapture: Fixed missing 'break' in pv_parse_hep_name switch --