Module: sip-router
Branch: master
Commit: 755cdf054f19ba54bfa8298a492d20f0acf42359
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=755cdf054f19ba54bfa8298a492d20f0acf42359

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Tue Dec  9 10:39:05 2014 +0100

tmx: added missing break for $T_branch(id) variable

- reported by Juha Heinanen

---

 modules/tmx/t_var.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/tmx/t_var.c b/modules/tmx/t_var.c
index 2542ba4..fa2a804 100644
--- a/modules/tmx/t_var.c
+++ b/modules/tmx/t_var.c
@@ -747,6 +747,7 @@ int pv_get_t_branch(struct sip_msg *msg,  pv_param_t *param,
                                        LM_ERR("unsupported route_type %d\n", 
get_route_type());
                                        return -1;
                        }
+                       break;
                case 6:
                        if (get_route_type() != TM_ONREPLY_ROUTE) {
                                LM_ERR("$T_branch(uri) - unsupported route_type 
%d\n",


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to