Module: sip-router Branch: ser_core_cvs Commit: 7bd6ef43d26191a72b837da853cbfe05051739c3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7bd6ef43...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Sun Mar 29 15:39:27 2009 +0000
Adding missing reset_static_buffer()
---
modules/tm/t_reply.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c index cdcd029..bd724a7 100644 --- a/modules/tm/t_reply.c +++ b/modules/tm/t_reply.c @@ -2070,6 +2070,7 @@ trans_not_found: if (goto_on_sl_reply) { /* the script writer has a chance to decide whether to forward the reply or not */ + reset_static_buffer(); init_run_actions_ctx(&ra_ctx); return run_actions(&ra_ctx, onreply_rt.rlist[goto_on_sl_reply], p_msg); } else {