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 <[email protected]>
Committer: Peter Dunkley <[email protected]>
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)


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

Reply via email to