Re: [Spice-devel] [PATCH v3 2/3] vdagent: move file xfer finalize to a function

2017-05-29 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Thu, May 18, 2017 at 12:21:56PM +0200, Victor Toso wrote: > From: Victor Toso > > This patch creates vdagent_finalize_file_xfer() to finalize and stop > file xfer. Moving this code to a function removes some duplication. > > Signed-off-by: Victor Toso > --- >

[Spice-devel] [PATCH v3 2/3] vdagent: move file xfer finalize to a function

2017-05-18 Thread Victor Toso
From: Victor Toso This patch creates vdagent_finalize_file_xfer() to finalize and stop file xfer. Moving this code to a function removes some duplication. Signed-off-by: Victor Toso --- src/vdagent/vdagent.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) dif