[Spice-devel] [PATCH spice-server 1/2] smartcard: Fix statement termination

Victor Toso victortoso at redhat.com
Thu Oct 10 09:38:12 UTC 2019


On Thu, Oct 10, 2019 at 10:02:33AM +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

For series,
Acked-by: Victor Toso <victortoso at redhat.com>

> ---
>  server/smartcard.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/smartcard.c b/server/smartcard.c
> index 340118e18..d62847d60 100644
> --- a/server/smartcard.c
> +++ b/server/smartcard.c
> @@ -559,7 +559,7 @@ red_smartcard_channel_class_init(RedSmartcardChannelClass *klass)
>      object_class->constructed = red_smartcard_channel_constructed;
>  
>      channel_class->parser = spice_get_client_channel_parser(SPICE_CHANNEL_SMARTCARD, NULL);
> -    channel_class->handle_message = smartcard_channel_client_handle_message,
> +    channel_class->handle_message = smartcard_channel_client_handle_message;
>  
>      channel_class->send_item = smartcard_channel_send_item;
>      channel_class->handle_migrate_flush_mark = smartcard_channel_client_handle_migrate_flush_mark;
> -- 
> 2.21.0
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20191010/07bd52a2/attachment.sig>


More information about the Spice-devel mailing list