Module: sip-router Branch: master Commit: c31fd10ee20ff09115ae745792db4a0e03eb9e07 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c31fd10ee20ff09115ae745792db4a0e03eb9e07
Author: Ovidiu Sas <[email protected]> Committer: Ovidiu Sas <[email protected]> Date: Sat Dec 1 16:54:38 2012 -0500 cdp: un-used variable commented out --- modules/cdp/authstatemachine.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/modules/cdp/authstatemachine.c b/modules/cdp/authstatemachine.c index 8fd4ffa..9d9e7c3 100644 --- a/modules/cdp/authstatemachine.c +++ b/modules/cdp/authstatemachine.c @@ -642,7 +642,10 @@ inline void auth_server_stateless_sm_process(cdp_session_t* s, int event, AAAMes int dup_routing_avps(AAAMessage* src, AAAMessage *dest){ AAA_AVP * avp; - str dest_host, dest_realm; + str dest_realm; + /* Unused due to commented out code + str dest_host; + */ if(!src) return 1; _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
