mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-16 13:38:56 +00:00
FS-6682: fix arg order on switch_channel_export_variable called from switch_channel_export_variable_printf #resolve
This commit is contained in:
parent
bbcbb24ca4
commit
ac265ce495
@ -1284,7 +1284,7 @@ SWITCH_DECLARE(switch_status_t) switch_channel_export_variable_printf(switch_cha
|
||||
return SWITCH_STATUS_FALSE;
|
||||
}
|
||||
|
||||
status = switch_channel_export_variable(channel, varname, export_varname, data);
|
||||
status = switch_channel_export_variable(channel, varname, data, export_varname);
|
||||
|
||||
free(data);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user