Re: [libvirt] [PATCH 3/4] Report error if unable to bind to any socket

2011-07-25 Thread Laine Stump
On 07/25/2011 01:03 PM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" When setting up a server socket, we must skip EADDRINUSE errors from bind, since the IPv6 socket bind may have already bound to the IPv4 socket too. If we don't manage to bind to any sockets at all though, we should the

[libvirt] [PATCH 3/4] Report error if unable to bind to any socket

2011-07-25 Thread Daniel P. Berrange
From: "Daniel P. Berrange" When setting up a server socket, we must skip EADDRINUSE errors from bind, since the IPv6 socket bind may have already bound to the IPv4 socket too. If we don't manage to bind to any sockets at all though, we should then report the EADDRINUSE error as normal. This fixe