[Spice-devel] [PATCH 10/15] server: remove extra arg in reds_on_main_agent_start call

Christophe Fergeau cfergeau at redhat.com
Thu Apr 21 04:53:35 PDT 2011


---
 server/main_channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/main_channel.c b/server/main_channel.c
index 1f407e2..4ddd38b 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);
-- 
1.7.4.4



More information about the Spice-devel mailing list