]> 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)
commitf9ec43d2a84e162eebaca9cde5a90c31ddef60c8
tree0071a076159ce8c822029c3b8f9022014c63518f
parent9fcea3938c669d9f21428de59ecd232203edff15
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