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

2017-02-13 Thread Alexandr Dubovikov
Merged #986. -- 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/986#event-959630906___ 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 (#986)

2017-02-13 Thread Daniel-Constantin Mierla
@adubovikov - master branch is open for new features -- you can commit as you wish until we will freeze for 5.1 in several months. The branch 5.0 was created last week. If it is a bug, then it can be backported, too. -- You are receiving this because you are subscribed to this thread. Reply

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

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/986 -- Commit Summary -- * sipcapture: Fixed missing 'break' in pv_parse_hep_name switch --