postgresql plugin: don't exit on malloc failure
[collectd.git] / src / openvpn.c
index 2c93a00..cf8c212 100644 (file)
@@ -187,8 +187,6 @@ static int single_read (char *name, FILE *fh)
        post_compress = 0;
        pre_decompress = 0;
        post_decompress = 0;
-       overhead_rx = 0;
-       overhead_tx = 0;
 
        while (fgets (buffer, sizeof (buffer), fh) != NULL)
        {