Module: sip-router Branch: tmp/tm_async_reply_support Commit: f126ab332bc21048ec1b768353d62304c7b524e4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f126ab33...
Author: Jason Penton jason.penton@smilecoms.com Committer: Jason Penton jason.penton@smilecoms.com Date: Mon Jul 15 16:33:41 2013 +0200
modules/tm: fix bad comment.
---
modules/tm/t_reply.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c index 8542340..3335629 100644 --- a/modules/tm/t_reply.c +++ b/modules/tm/t_reply.c @@ -886,7 +886,7 @@ void faked_env_async( struct cell *t, struct sip_msg *msg) { bind_address=t->uac[0].request.dst.send_sock; } else { /* on async restore - we don't need to do anything because we never really had - an environment to restore prior to the suspend anyway ;) */ + an environment to restore prior to calling continue anyway ;) */ LM_DBG("nothing to restore for async...\n"); } }