Re: [ovs-dev] [PATCH] utilities: ovs-lib: Signal start_daemon failures

2016-09-09 Thread Markos Chandras
On 09/09/2016 04:05 PM, Aaron Conole wrote: > Markos Chandras writes: > >> Make sure we communicate failures to the caller when start_daemon fails >> to start a process as the caller may not be able to proceed after this. >> >> Signed-off-by: Markos Chandras >> --- >> utilities/ovs-lib.in | 2 +

Re: [ovs-dev] [PATCH] utilities: ovs-lib: Signal start_daemon failures

2016-09-09 Thread Aaron Conole
Markos Chandras writes: > Make sure we communicate failures to the caller when start_daemon fails > to start a process as the caller may not be able to proceed after this. > > Signed-off-by: Markos Chandras > --- > utilities/ovs-lib.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[ovs-dev] [PATCH] utilities: ovs-lib: Signal start_daemon failures

2016-09-08 Thread Markos Chandras
Make sure we communicate failures to the caller when start_daemon fails to start a process as the caller may not be able to proceed after this. Signed-off-by: Markos Chandras --- utilities/ovs-lib.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-lib.in b/utili