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

Uri Lublin uril at redhat.com
Tue Sep 27 14:15:15 PDT 2011


On 09/27/2011 11:24 PM, Alon Levy wrote:
> 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);
>   }
>

ACK.


More information about the Spice-devel mailing list