[Spice-commits] Branch '0.8' - server/smartcard.c
Alon Levy
alon at kemper.freedesktop.org
Tue Sep 27 13:34:58 PDT 2011
server/smartcard.c | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 40640a3f30bd6ab6978601f08835235ba9029f86
Author: Alon Levy <alevy at redhat.com>
Date: Tue Sep 27 23:22:43 2011 +0300
server/smartcard: error packet sending. RHBZ 741259
fix wrongly applied master patch. With this it is identical to the
change in master commit
b37182426923124470bf3701f4cff2a6bb345b8d
diff --git a/server/smartcard.c b/server/smartcard.c
index 8919400..58c58c6 100644
--- a/server/smartcard.c
+++ b/server/smartcard.c
@@ -292,9 +292,7 @@ static void smartcard_channel_send_error(
SmartCardChannel *smartcard_channel, PipeItem *item)
{
ErrorItem* error_item = (ErrorItem*)item;
- VSCMsgError error;
- error.code = error_item->error;
smartcard_channel_send_data(&smartcard_channel->base, item, &error_item->vheader);
}
More information about the Spice-commits
mailing list