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

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


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

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

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

---

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

diff --git a/modules/ims_icscf/scscf_list.c b/modules/ims_icscf/scscf_list.c
index bd5216c..5f6f93b 100644
--- a/modules/ims_icscf/scscf_list.c
+++ b/modules/ims_icscf/scscf_list.c
@@ -379,7 +379,7 @@ int I_scscf_select(struct sip_msg* msg, char* str1, char* str2) {
         } else {
             /* subsequent */
             req = msg;
-            append_branch(req, &scscf_name, 0, 0, Q_UNSPECIFIED, 0, 0, 0, 0);
+            append_branch(req, &scscf_name, 0, 0, Q_UNSPECIFIED, 0, 0, 0, 0, 0);
             result = CSCF_RETURN_TRUE;
         }
     } else {




More information about the sr-dev mailing list