Module: sip-router Branch: tmp/build_request Commit: fda26842518a286471ce27b5a74699dc798f64ab URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fda26842...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Jul 8 13:09:50 2009 +0200
tm: update to new signature of build_req_buf_from_sip_req()
---
modules/tm/t_fwd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/t_fwd.c b/modules/tm/t_fwd.c index 61e4315..d395664 100644 --- a/modules/tm/t_fwd.c +++ b/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);
/* ... 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 if (buf[*len-1]==0) { LOG(L_ERR, "ERROR: print_uac_request: sanity check failed\n");