mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 18:47:44 +00:00
build fix for mod_xml_radius
This commit is contained in:
parent
47b7c44db6
commit
5dfea663cd
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user