server: remove extra arg in reds_on_main_agent_start call

This commit is contained in:
Christophe Fergeau 2011-04-20 10:06:16 +02:00
parent 04780d6996
commit fa6956fff5

View File

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