Re: [libvirt] [PATCH] virNetServer: Don't fail if we can't initialize avahi

2012-01-16 Thread Eric Blake
On 01/14/2012 01:01 PM, Guido Günther wrote: since libvird won't start otherwise without avahi running. Having avahi compiled in shouldn't force us to have avahi running. --- src/rpc/virnetserver.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [libvirt] [PATCH] virNetServer: Don't fail if we can't initialize avahi

2012-01-16 Thread Daniel P. Berrange
On Mon, Jan 16, 2012 at 11:29:51AM -0700, Eric Blake wrote: On 01/14/2012 01:01 PM, Guido Günther wrote: since libvird won't start otherwise without avahi running. Having avahi compiled in shouldn't force us to have avahi running. --- src/rpc/virnetserver.c |5 ++--- 1 files

Re: [libvirt] [PATCH] virNetServer: Don't fail if we can't initialize avahi

2012-01-16 Thread Guido Günther
On Mon, Jan 16, 2012 at 07:52:38PM +, Daniel P. Berrange wrote: On Mon, Jan 16, 2012 at 11:29:51AM -0700, Eric Blake wrote: On 01/14/2012 01:01 PM, Guido Günther wrote: since libvird won't start otherwise without avahi running. Having avahi compiled in shouldn't force us to have

[libvirt] [PATCH] virNetServer: Don't fail if we can't initialize avahi

2012-01-14 Thread Guido Günther
since libvird won't start otherwise without avahi running. Having avahi compiled in shouldn't force us to have avahi running. --- src/rpc/virnetserver.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/rpc/virnetserver.c b/src/rpc/virnetserver.c index