summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81a5fd5)
raw | patch | inline | side by side (parent: 81a5fd5)
author | Florian Forster <octo@collectd.org> | |
Fri, 19 Jun 2015 14:26:12 +0000 (16:26 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 19 Jun 2015 14:26:12 +0000 (16:26 +0200) |
src/openvpn.c | patch | blob | history |
diff --git a/src/openvpn.c b/src/openvpn.c
index 4b154b72d2122ad030603deb07da86c4bc6b1229..663a82d8fd9221fd6b138361efb03b340dc3666f 100644 (file)
--- a/src/openvpn.c
+++ b/src/openvpn.c
static int openvpn_read (void)
{
FILE *fh;
- int i, vpn_read, read;
+ int i, read;
- vpn_read = read = 0;
+ read = 0;
/* 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)
{