summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3228653)
raw | patch | inline | side by side (parent: 3228653)
author | Florian Forster <octo@collectd.org> | |
Sat, 13 Jul 2013 05:42:18 +0000 (07:42 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 13 Jul 2013 05:42:52 +0000 (07:42 +0200) |
src/write_graphite.c | patch | blob | history |
diff --git a/src/write_graphite.c b/src/write_graphite.c
index 11e09a2a8f45568e93012c71d0c61683f0164eef..aa87896f7bf5c504c53c3cd3d2d547f3bf004a7f 100644 (file)
--- a/src/write_graphite.c
+++ b/src/write_graphite.c
"write_graphite plugin: Connecting to %s:%s failed. "
"The last error was: %s", node, service,
sstrerror (errno, errbuf, sizeof (errbuf)));
- close (cb->sock_fd);
return (-1);
}
else