Code

fixed typo
authorFabian Schuh <mail@xeroc.org>
Thu, 18 Mar 2010 11:44:20 +0000 (12:44 +0100)
committerFabian Schuh <mail@xeroc.org>
Thu, 18 Mar 2010 11:44:20 +0000 (12:44 +0100)
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);