author | Florian Forster <octo@collectd.org> | |
Wed, 16 Jan 2013 20:50:37 +0000 (21:50 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 16 Jan 2013 20:53:36 +0000 (21:53 +0100) | ||
commit | 07e8a566706af31c544fd5b34706f222e415e2c6 | |
tree | 6139ac9f6d8cad8834a6dc183ba3fbb6d41499f3 | tree | snapshot |
parent | 917c18f7783c176e0df13a017f1ca1213724910c | commit | diff |
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.
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 | diff | blob | history |