[sr-dev] git:pd/outbound: modules/tm: updated use of get_branch() and next_branch() to cope with additional argument

Peter Dunkley peter.dunkley at crocodile-rcs.com
Fri Mar 15 00:35:29 CET 2013


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 <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
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);
 




More information about the sr-dev mailing list