Add param variable where needed.

This commit is contained in:
William King 2012-08-07 21:57:58 -05:00 committed by Ken Rice
parent 9311e78fb6
commit 91eada306a
1 changed files with 1 additions and 1 deletions

View File

@ -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() switch_status_t do_config()
{ {
char *conf = "xml_radius.conf"; 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; int serv, timeout, deadtime, retries, dict, seq;
/* TODO: /* TODO:
1. read new auth_invite_configs 1. read new auth_invite_configs