]> git.sur5r.net Git - bacula/bacula/commit
Fix inet_pton call.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 26 Jun 2012 19:43:19 +0000 (21:43 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:51 +0000 (14:50 +0200)
commit503e404ac07cd4adc050672b8abc1bdd073487a2
tree97b0f93ceb42835829a1e93fe6111c428451083b
parentd5c2d4e164b56acaffe61592b5a4880c8b50deea
Fix inet_pton call.

inet_pton returns 1 when it succeeds so the test was wrong. When
it fails its either returns 0 if not a correct ipv6 address or
-1 when the protocol family is not known. Checked the man page
for both Linux and Solaris and this seems like an oversight as
the definition is the same on these OSes and probably on all others
as these functions tend to be rather portable.

Also did some small rewrite of the code so its easier to read and
the braces are easier to interpret.
bacula/src/lib/bnet.c