Browse Source

tm: update to new signature of build_req_buf_from_sip_req()

Daniel-Constantin Mierla 16 years ago
parent
commit
fda2684251
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tm/t_fwd.c

+ 1 - 1
modules/tm/t_fwd.c

@@ -211,7 +211,7 @@ static char *print_uac_request( struct cell *t, struct sip_msg *i_req,
 								-i_req->REQ_METHOD);
 								-i_req->REQ_METHOD);
 
 
 	/* ... and build it now */
 	/* ... and build it now */
-	buf=build_req_buf_from_sip_req( i_req, len, dst);
+	buf=build_req_buf_from_sip_req( i_req, len, dst, 0);
 #ifdef DBG_MSG_QA
 #ifdef DBG_MSG_QA
 	if (buf[*len-1]==0) {
 	if (buf[*len-1]==0) {
 		LOG(L_ERR, "ERROR: print_uac_request: sanity check failed\n");
 		LOG(L_ERR, "ERROR: print_uac_request: sanity check failed\n");