提交 5dfea663 authored 作者: William King's avatar William King

build fix for mod_xml_radius

上级 47b7c44d
......@@ -544,7 +544,7 @@ switch_status_t mod_xml_radius_add_params(switch_core_session_t *session, switch
goto err;
}
} else if ( attribute->type == 1 ) {
char *data = switch_channel_get_variable(channel, variable);
const char *data = switch_channel_get_variable(channel, variable);
int number = 0;
if ( data ) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论