Re: [libvirt] [PATCH] Catch dnsmasq start failures

2011-07-25 Thread Guido Günther
On Sun, Jul 24, 2011 at 10:08:13AM -0400, Laine Stump wrote: On 07/23/2011 05:26 PM, Guido Günther wrote: While we checked the return value we didn't maks sure ret != 0 which resulted in dnsmasq errors being ignored. --- src/network/bridge_driver.c |4 +++- 1 files changed, 3

Re: [libvirt] [PATCH] Catch dnsmasq start failures

2011-07-24 Thread Laine Stump
On 07/23/2011 05:26 PM, Guido Günther wrote: While we checked the return value we didn't maks sure ret != 0 which resulted in dnsmasq errors being ignored. --- src/network/bridge_driver.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/network/bridge_driver.c

[libvirt] [PATCH] Catch dnsmasq start failures

2011-07-23 Thread Guido Günther
While we checked the return value we didn't maks sure ret != 0 which resulted in dnsmasq errors being ignored. --- src/network/bridge_driver.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index