Re: [Xen-devel] [PATCH 4/8] tools/libvchan: init_xs_srv: Simplify error handling (2)

2018-11-06 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH 4/8] tools/libvchan: init_xs_srv: Simplify error handling (2)"): > On Fri, Nov 02, 2018 at 05:01:09PM +, Ian Jackson wrote: > > * Abolish fail_xs_open which is now exactly the same as fail. > > * Change all gotos to refer to fail instead. > > No functional change. >

Re: [Xen-devel] [PATCH 4/8] tools/libvchan: init_xs_srv: Simplify error handling (2)

2018-11-06 Thread Wei Liu
On Fri, Nov 02, 2018 at 05:01:09PM +, Ian Jackson wrote: > * Abolish fail_xs_open which is now exactly the same as fail. > > * Change all gotos to refer to fail instead. > > No functional change. > Oh here it is. > Signed-off-by: Ian Jackson Acked-by: Wei Liu Feel free to add my ack t

[Xen-devel] [PATCH 4/8] tools/libvchan: init_xs_srv: Simplify error handling (2)

2018-11-02 Thread Ian Jackson
* Abolish fail_xs_open which is now exactly the same as fail. * Change all gotos to refer to fail instead. No functional change. Signed-off-by: Ian Jackson --- tools/libvchan/init.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tools/libvchan/init.c b/tools/