summaryrefslogtreecommitdiffstats
path: root/server/main-channel.c
diff options
context:
space:
mode:
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 6d8fb0e6..7a6656fa 100644
--- a/server/main-channel.c
+++ b/server/main-channel.c
@@ -922,7 +922,7 @@ static int main_channel_handle_parsed(RedChannelClient *rcc, uint32_t size, uint
SpiceMsgcMainAgentTokens *tokens;
tokens = (SpiceMsgcMainAgentTokens *)message;
- reds_on_main_agent_tokens(mcc, tokens->num_tokens);
+ reds_on_main_agent_tokens(reds, mcc, tokens->num_tokens);
break;
}
case SPICE_MSGC_MAIN_ATTACH_CHANNELS: