Module: sip-router
Branch: pd/outbound
Commit: 0860555382575943b5f704b53a48e63db90754d8
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0860555382575943b5f704b53a48e63db90754d8

Author: Peter Dunkley <[email protected]>
Committer: Peter Dunkley <[email protected]>
Date:   Thu Mar 14 23:34:48 2013 +0000

modules/tm: updated use of get_branch() and next_branch() to cope with 
additional argument

---

 modules/tm/t_fwd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/tm/t_fwd.c b/modules/tm/t_fwd.c
index 9659f6f..c5c0de8 100644
--- a/modules/tm/t_fwd.c
+++ b/modules/tm/t_fwd.c
@@ -1493,7 +1493,7 @@ int t_forward_nonack( struct cell *t, struct sip_msg* 
p_msg ,
 
        init_branch_iterator();
        while((current_uri.s=next_branch( &current_uri.len, &q, &dst_uri, &path,
-                                                                               
&bflags, &si))) {
+                                                                               
&bflags, &si, 0))) {
                try_new++;
                setbflagsval(0, bflags);
 


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

Reply via email to