浏览代码

modules/cpl-c: updated to include new argument to append_branch()

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

+ 1 - 1
modules/cpl-c/cpl_sig.c

@@ -92,7 +92,7 @@ int cpl_proxy_to_loc_set( struct sip_msg *msg, struct location **locs,
 			(*locs)->addr.uri.len, (*locs)->addr.uri.s, bflags);
 		if(append_branch(msg, &(*locs)->addr.uri,
 				 &(*locs)->addr.received, 0,
-				 Q_UNSPECIFIED, bflags, 0, 0, 0)==-1){
+				 Q_UNSPECIFIED, bflags, 0, 0, 0, 0)==-1){
 			LM_ERR("failed when appending branch <%s>\n",
 			       (*locs)->addr.uri.s);
 			goto error;