mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
server: remove extra arg in reds_on_main_agent_start call
This commit is contained in:
parent
04780d6996
commit
fa6956fff5
@ -677,7 +677,7 @@ static int main_channel_handle_parsed(RedChannel *channel, uint32_t size, uint16
|
||||
if (!main_chan) {
|
||||
return FALSE;
|
||||
}
|
||||
reds_on_main_agent_start(main_chan);
|
||||
reds_on_main_agent_start();
|
||||
break;
|
||||
case SPICE_MSGC_MAIN_AGENT_DATA: {
|
||||
reds_on_main_agent_data(message, size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user