summaryrefslogtreecommitdiffstats
path: root/server/main_channel.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-20 10:06:16 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-02 11:24:44 +0200
commitfa6956fff50ced22c20bd7a4f06a8fa00a0cd28c (patch)
tree83c2d014ee011184cc0bc96df30bae2f6a3af2eb /server/main_channel.c
parent04780d699685c227be9edd4a06f0c738f8d8022b (diff)
downloadspice-fa6956fff50ced22c20bd7a4f06a8fa00a0cd28c.tar.gz
spice-fa6956fff50ced22c20bd7a4f06a8fa00a0cd28c.tar.xz
spice-fa6956fff50ced22c20bd7a4f06a8fa00a0cd28c.zip
server: remove extra arg in reds_on_main_agent_start call
Diffstat (limited to 'server/main_channel.c')
-rw-r--r--server/main_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main_channel.c b/server/main_channel.c
index 1f407e23..4ddd38b1 100644
--- a/server/main_channel.c
+++ b/server/main_channel.c
@@ -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);