2
0
Эх сурвалжийг харах

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

Peter Dunkley 12 жил өмнө
parent
commit
01f4a316ee

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