Code

fixed typo
[collectd.git] / src / openvpn.c
index 03640bd744a1533ea56e46382f0d1fd8dd5d6ff1..81c5343d171af7e3bf1b8295a224844af1b251c9 100644 (file)
@@ -297,7 +297,7 @@ static int multi1_read (char *name, FILE *fh)
                        iostats_submit (name,               /* vpn instance */
                                        "OverAllTraffic",          /* "Common Name" */
                                        sum_rx,  /* "Bytes Received" */
-                                       sum_rx); /* "Bytes Sent" */
+                                       sum_tx); /* "Bytes Sent" */
                }
 
        return (read);