build fix for mod_xml_radius

This commit is contained in:
William King 2014-09-04 14:57:20 -07:00
parent 47b7c44db6
commit 5dfea663cd
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {