summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 699ed6d)
raw | patch | inline | side by side (parent: 699ed6d)
author | Florian Forster <octo@collectd.org> | |
Fri, 19 Jun 2015 14:26:12 +0000 (16:26 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 14 Jan 2016 10:03:39 +0000 (11:03 +0100) |
src/openvpn.c | patch | blob | history |
diff --git a/src/openvpn.c b/src/openvpn.c
index 65440d5cffa21f5f39db8766d3cbef6407a4e950..5060425e5671de3a63821bec6057e59a547972b4 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)
{