mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user