Re: [Spice-devel] [PATCH spice-server] smartcard: Remove a "rename" function

2017-02-15 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Fri, Feb 10, 2017 at 02:30:57PM +, Frediano Ziglio wrote: > smartcard_channel_client_pipe_add_push was just calling > red_channel_client_pipe_add_push without any cast or other > changes. > > Signed-off-by: Frediano Ziglio > --- > server/smartcard.c | 15 +++

Re: [Spice-devel] [PATCH spice-server] smartcard: Remove a "rename" function

2017-02-14 Thread Jonathon Jongsma
I think I would change the summary to something like: Remove an unnecessary wrapper function Acked-by: Jonathon Jongsma On Fri, 2017-02-10 at 14:30 +, Frediano Ziglio wrote: > smartcard_channel_client_pipe_add_push was just calling > red_channel_client_pipe_add_push without any cast or ot

[Spice-devel] [PATCH spice-server] smartcard: Remove a "rename" function

2017-02-10 Thread Frediano Ziglio
smartcard_channel_client_pipe_add_push was just calling red_channel_client_pipe_add_push without any cast or other changes. Signed-off-by: Frediano Ziglio --- server/smartcard.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/server/smartcard.c b/server/smart