summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-09 11:30:39 +0200
committerAlon Levy <alevy@redhat.com>2011-03-02 17:27:51 +0200
commit17b6a58f1eb27f5042a02eb690e127ee58987c25 (patch)
treecb4fea853192a5928a13c93152841ff8719ea241 /server/smartcard.c
parentcd99a0b4b36ce4ff3962df085189a585301e212d (diff)
downloadspice-17b6a58f1eb27f5042a02eb690e127ee58987c25.tar.gz
spice-17b6a58f1eb27f5042a02eb690e127ee58987c25.tar.xz
spice-17b6a58f1eb27f5042a02eb690e127ee58987c25.zip
server/red_channel (all): makes red_channel_reset_send_data private
ready the way for handling ack messages in RedChannel.
Diffstat (limited to 'server/smartcard.c')
-rw-r--r--server/smartcard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/smartcard.c b/server/smartcard.c
index 6afa7cd2..3675cc1a 100644
--- a/server/smartcard.c
+++ b/server/smartcard.c
@@ -309,7 +309,6 @@ static void smartcard_channel_send_item(RedChannel *channel, PipeItem *item)
{
SmartCardChannel *smartcard_channel = (SmartCardChannel *)channel;
- red_channel_reset_send_data(channel);
switch (item->type) {
case PIPE_ITEM_TYPE_ERROR:
smartcard_channel_send_error(smartcard_channel, item);