src/librrdc.c: rrdd_connect: Allow connecting to arbitrary addresses.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 12:20:32 +0000 (14:20 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 12:20:32 +0000 (14:20 +0200)
commitc8d9d4d92ba1e86253efa711a81097ddeb8dc9d5
treee309cdc96d357cd6f3da8fa763f459a7b669850b
parent9f1fa4f0bf9b0a9f4eef413720238e04c2c5ff12
src/librrdc.c: rrdd_connect: Allow connecting to arbitrary addresses.

UNIX domain sockets are handled specially, because getaddrinfo(3) doesn't
now how to handle them.
src/librrdc.c