]> git.sur5r.net Git - bacula/bacula/commit
Real fix of bug #1897
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 26 Jun 2012 19:11:17 +0000 (21:11 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:51 +0000 (14:50 +0200)
commitd5c2d4e164b56acaffe61592b5a4880c8b50deea
tree2700af221cc61e4888a0cd228a43843091c0b308
parent7f4f08eb20a0e6d851e906ca2bbba24396ddc729
Real fix of bug #1897

We are only interested in SOCK_STREAM and protocol IPPROTO_TCP
as that is the way we communicate. When we don't specify that
in the hints for getaddrinfo we also get SOCK_DGRAM/IPPROTO_UDP
and on Linux SOCK_RAW. And possibly more on other platforms.
So lets me more specific. The older fix to suppress duplicates
is also useable as a user might specify two or more names
that resolve to the same address and we want to suppress duplicates
also.
bacula/src/lib/bnet.c