Revert "Revert "openvpn plugin: Fix "Dead assignment" warning.""
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 26 Jan 2016 11:19:57 +0000 (12:19 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 26 Jan 2016 11:19:57 +0000 (12:19 +0100)
This reverts commit b40a0ef00b49cbc4d828ca2cd928c98dd27834c0.

src/openvpn.c

index a36de9d..93c8f1b 100644 (file)
@@ -525,6 +525,8 @@ static int openvpn_read (void)
        /* 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)
                {