Module: sip-router Branch: master Commit: c0794dfa98fccabd1da31d91e1d56c601fb15d9c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0794dfa...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Aug 5 13:09:40 2014 +0200
ims_isc: removed unused variable
---
modules/ims_isc/mod.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/ims_isc/mod.c b/modules/ims_isc/mod.c index 9d348a6..888af13 100644 --- a/modules/ims_isc/mod.c +++ b/modules/ims_isc/mod.c @@ -56,7 +56,6 @@ struct tm_binds isc_tmb; usrloc_api_t isc_ulb; /*!< Structure containing pointers to usrloc functions*/
/* fixed parameter storage */ -char *isc_my_uri_c; /**< Uri of myself to loop the message*/ str isc_my_uri = str_init("scscf.ims.smilecoms.com:6060"); /**< Uri of myself to loop the message in str */ str isc_my_uri_sip = {0, 0}; /**< Uri of myself to loop the message in str with leading "sip:" */ int isc_expires_grace = 120; /**< expires value to add to the expires in the 3rd party register*/