> 
> From: Jonathon Jongsma <[email protected]>
> 
> ---
>  server/reds.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/server/reds.c b/server/reds.c
> index b8129fb..32164f7 100644
> --- a/server/reds.c
> +++ b/server/reds.c
> @@ -430,7 +430,7 @@ static void reds_mig_cleanup(RedsState *reds)
>      }
>  }
>  
> -static void reds_reset_vdp(void)
> +static void reds_reset_vdp(RedsState *reds)
>  {
>      VDIPortState *state = &reds->agent_state;
>      SpiceCharDeviceInterface *sif;
> @@ -640,7 +640,7 @@ static void reds_agent_remove(RedsState *reds)
>  {
>      // TODO: agent is broken with multiple clients. also need to figure out
>      what to do when
>      // part of the clients are during target migration.
> -    reds_reset_vdp();
> +    reds_reset_vdp(reds);
>  
>      vdagent = NULL;
>      reds_update_mouse_mode(reds);

Acked-by: Frediano Ziglio <[email protected]>

Frediano
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to