Re: [Spice-devel] [PATCH spice-server 6/8] agent-msg-filter: Simplify code

2019-02-12 Thread Jonathon Jongsma
why not Acked-by: Jonathon Jongsma On Mon, 2019-02-11 at 11:54 +, Frediano Ziglio wrote: > Most of the time result is set to AGENT_MSG_FILTER_OK, set at > the beginning and change if necessary. > > Signed-off-by: Frediano Ziglio > --- > server/agent-msg-filter.c | 14 +- > 1

[Spice-devel] [PATCH spice-server 6/8] agent-msg-filter: Simplify code

2019-02-11 Thread Frediano Ziglio
Most of the time result is set to AGENT_MSG_FILTER_OK, set at the beginning and change if necessary. Signed-off-by: Frediano Ziglio --- server/agent-msg-filter.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/server/agent-msg-filter.c