Explorar o código

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

Peter Dunkley %!s(int64=12) %!d(string=hai) anos
pai
achega
01f4a316ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {