Re: [Spice-devel] [PATCH vd_agent_linux v3 2/2] Check errors setting standard file descriptors

2019-01-07 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Fri, Jan 04, 2019 at 10:56:24AM +, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > src/vdagent/vdagent.c | 16 > src/vdagentd/vdagentd.c | 16 > 2 files changed, 24 insertions(+), 8 deletions(-) > >

[Spice-devel] [PATCH vd_agent_linux v3 2/2] Check errors setting standard file descriptors

2019-01-04 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- src/vdagent/vdagent.c | 16 src/vdagentd/vdagentd.c | 16 2 files changed, 24 insertions(+), 8 deletions(-) Changes since v2: - avoid long if chaining. diff --git a/src/vdagent/vdagent.c b/src/vdagent/vdagent.c index