summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/smartcard.c')
-rw-r--r--server/smartcard.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/smartcard.c b/server/smartcard.c
index 056caa62..f9cafdfa 100644
--- a/server/smartcard.c
+++ b/server/smartcard.c
@@ -493,7 +493,9 @@ static void smartcard_connect(RedChannel *channel, RedClient *client,
{
RedChannelClient *rcc;
- rcc = red_channel_client_create(sizeof(RedChannelClient), channel, client, stream);
+ rcc = red_channel_client_create(sizeof(RedChannelClient), channel, client, stream,
+ num_common_caps, common_caps,
+ num_caps, caps);
red_channel_client_ack_zero_messages_window(rcc);
}