浏览代码

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

Peter Dunkley 12 年之前
父节点
当前提交
01f4a316ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/ims_icscf/scscf_list.c

+ 1 - 1
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 {