Code

riemann plugin: Clean up the riemann_connect() function.
authorFlorian Forster <octo@collectd.org>
Wed, 16 Jan 2013 20:50:37 +0000 (21:50 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 16 Jan 2013 20:53:36 +0000 (21:53 +0100)
commit07e8a566706af31c544fd5b34706f222e415e2c6
tree6139ac9f6d8cad8834a6dc183ba3fbb6d41499f3
parent917c18f7783c176e0df13a017f1ca1213724910c
riemann plugin: Clean up the riemann_connect() function.

Don't warn when connecting to some address fails. The system could, for
example, not have any IPv6 connectivity but the address record also
includes an IPv6 address. In this case a connect(2) call will fail but
this is not a problem.

Due to the new locking one of the concurrency checks was made redundant.
src/riemann.c