提交 91eada30 authored 作者: William King's avatar William King 提交者: Ken Rice

Add param variable where needed.

上级 9311e78f
...@@ -100,7 +100,7 @@ switch_status_t mod_xml_radius_new_handle(rc_handle **new_handle, switch_xml_t x ...@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论