From 91eada306a2d0c44756ac979a67f9a48ca351866 Mon Sep 17 00:00:00 2001 From: William King Date: Tue, 7 Aug 2012 21:57:58 -0500 Subject: [PATCH] Add param variable where needed. --- src/mod/xml_int/mod_xml_radius/mod_xml_radius.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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