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 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel