From fcc889ea77bda0883b916f4760f59d6939545b8d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 13 Jul 2013 07:42:18 +0200 Subject: [PATCH] write_graphite plugin: Don't call close() on invalid file descriptors. --- src/write_graphite.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/write_graphite.c b/src/write_graphite.c index 11e09a2a..aa87896f 100644 --- a/src/write_graphite.c +++ b/src/write_graphite.c @@ -220,7 +220,6 @@ static int wg_callback_init (struct wg_callback *cb) "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 -- 2.30.2