Module: sip-router Branch: jason.penton/ims_ro_interface Commit: 775926f8dbda937441ea84a1c52b79eaf0f749e8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=775926f8...
Author: Jason Penton jason.penton@smilecoms.com Committer: Jason Penton jason.penton@smilecoms.com Date: Tue Mar 19 15:56:09 2013 +0200
modules/ims_ro: comment typo fixed
---
modules/ims_ro/mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/ims_ro/mod.c b/modules/ims_ro/mod.c index 13571d5..5235664 100644 --- a/modules/ims_ro/mod.c +++ b/modules/ims_ro/mod.c @@ -287,7 +287,7 @@ static int w_ro_ccr(struct sip_msg *msg, str* direction, str* charge_type, str* } }
-/* this is the functino called when a we need to request more funds/credit. We need to try ansd reserve more credit. If we cant we need to put a new timer to kill +/* this is the function called when a we need to request more funds/credit. We need to try ansd reserve more credit. If we cant we need to put a new timer to kill the call at the appropriate time */
void ro_session_ontimeout(struct ro_tl *tl) {