Browse Source

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

Peter Dunkley 12 years ago
parent
commit
4d3639a674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/corex/corex_lib.c

+ 1 - 1
modules/corex/corex_lib.c

@@ -71,7 +71,7 @@ int corex_append_branch(sip_msg_t *msg, gparam_t *pu, gparam_t *pq)
 	getbflagsval(0, &branch_flags);
 	ret = append_branch(msg, (uri.len>0)?&uri:0, &msg->dst_uri,
 			    &msg->path_vec, q, branch_flags,
-			    msg->force_send_socket, 0, 0);
+			    msg->force_send_socket, 0, 0, 0);
 
 
 	if(uri.len<=0)