[Spice-devel] [PATCH 0.8] server/smartcard: error packet sending. RHBZ 741259

Alon Levy alevy at redhat.com
Tue Sep 27 13:24:00 PDT 2011


fix wrongly applied master patch. With this it is identical to the
change in master commit
 b37182426923124470bf3701f4cff2a6bb345b8d
---
 server/smartcard.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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);
 }
 
-- 
1.7.6.4



More information about the Spice-devel mailing list