From: William King Date: Wed, 8 Aug 2012 02:57:58 +0000 (-0500) Subject: Add param variable where needed. X-Git-Tag: v1.2.3^2~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac586adc826030422b2dd0910873aca3de268ac;p=thirdparty%2Ffreeswitch.git Add param variable where needed. --- diff --git a/src/mod/xml_int/mod_xml_radius/mod_xml_radius.c b/src/mod/xml_int/mod_xml_radius/mod_xml_radius.c index 28fd56eca6..c561eb7051 100644 --- a/src/mod/xml_int/mod_xml_radius/mod_xml_radius.c +++ b/src/mod/xml_int/mod_xml_radius/mod_xml_radius.c @@ -100,7 +100,7 @@ switch_status_t mod_xml_radius_new_handle(rc_handle **new_handle, switch_xml_t x switch_status_t do_config() { char *conf = "xml_radius.conf"; - switch_xml_t xml, cfg, tmp, server; + switch_xml_t xml, cfg, tmp, server, param; int serv, timeout, deadtime, retries, dict, seq; /* TODO: 1. read new auth_invite_configs