[sr-dev] git:pd/outbound: modules/corex: updated to include new argument to append_branch()

Peter Dunkley peter.dunkley at crocodile-rcs.com
Thu Mar 14 23:59:21 CET 2013


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

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Thu Mar 14 22:56:51 2013 +0000

modules/corex: updated to include new argument to append_branch()

---

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

diff --git a/modules/corex/corex_lib.c b/modules/corex/corex_lib.c
index 7f2ea2a..bd81f3b 100644
--- a/modules/corex/corex_lib.c
+++ b/modules/corex/corex_lib.c
@@ -71,7 +71,7 @@ int corex_append_branch(sip_msg_t *msg, gparam_t *pu, gparam_t *pq)
 	getbflagsval(0, &branch_flags);
 	ret = append_branch(msg, (uri.len>0)?&uri:0, &msg->dst_uri,
 			    &msg->path_vec, q, branch_flags,
-			    msg->force_send_socket, 0, 0);
+			    msg->force_send_socket, 0, 0, 0);
 
 
 	if(uri.len<=0)




More information about the sr-dev mailing list