summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 573db6c)
raw | patch | inline | side by side (parent: 573db6c)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 26 Jan 2016 05:50:15 +0000 (06:50 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 26 Jan 2016 05:50:15 +0000 (06:50 +0100) |
I cherry-picked this patch, but overlooked the fact it relates to
another change (c339d93f) only found in the collectd-5.5 branch.
Reverting, as it results in a compilation error.
This reverts commit b7f9a3c02d885e0fbe8fb7aac5c9a51b5771a9d3.
another change (c339d93f) only found in the collectd-5.5 branch.
Reverting, as it results in a compilation error.
This reverts commit b7f9a3c02d885e0fbe8fb7aac5c9a51b5771a9d3.
src/openvpn.c | patch | blob | history |
diff --git a/src/openvpn.c b/src/openvpn.c
index 5060425e5671de3a63821bec6057e59a547972b4..65440d5cffa21f5f39db8766d3cbef6407a4e950 100644 (file)
--- a/src/openvpn.c
+++ b/src/openvpn.c
/* call the right read function for every status entry in the list */
for (i = 0; i < vpn_num; i++)
{
- int vpn_read = 0;
-
fh = fopen (vpn_list[i]->file, "r");
if (fh == NULL)
{