]> 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)
commit69afb1b653baa2b038820f4c9d59e98556665340
treeeb32cc207e9b644239edac2f77dac875b212f6f0
parent9dbe779db9be09c532c1cafeb69948e414ea8f37
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