summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b6dd00)
raw | patch | inline | side by side (parent: 5b6dd00)
author | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 07:16:18 +0000 (09:16 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 07:25:44 +0000 (09:25 +0200) |
src/libcollectdclient/client.c | patch | blob | history |
index 49a4d8792c5c1aa991d412dd4a95dcaea4d8c8fd..5db98e58b6fdf60af9c6a37299fbda85c68b05d3 100644 (file)
if (fd < 0)
{
status = errno;
- fd = -1;
continue;
}
{
status = errno;
close (fd);
- fd = -1;
continue;
}
{
status = errno;
close (fd);
- fd = -1;
continue;
}