]> 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)
commit9dbe779db9be09c532c1cafeb69948e414ea8f37
tree534f1d17241795bd05310ba3f050beb0daa0e29d
parentce5bbf1cb494439b57f608aeaf61d9d6479c748c
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