]> git.sur5r.net Git - bacula/bacula/commit
Tweak connect error.
authorMarco van Wieringen <mvw@planets.elm.net>
Wed, 30 May 2012 14:15:36 +0000 (16:15 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:40 +0000 (14:50 +0200)
commite3b3af2045e02d4ef62c94d176587b5d1695657d
tree0bc47ecbd25c59b58b1d3212fab37566ad577077
parent47d574dd7ba88a9608d1e0b891bb53733001aa90
Tweak connect error.

On lookup of a hostname we could get back both IPv4 and IPV6 addresses
for a given host. But we may only support IPV4 on the local host
and as such trying to create an IPV6 socket will fail. If we check
the return code of the socket call for EAFNOSUPPORT we catch such
an error and can continue trying to create a socket type that is
supported.
bacula/src/lib/bsock.c