summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e483f6f)
raw | patch | inline | side by side (parent: e483f6f)
author | Fabian Schuh <mail@xeroc.org> | |
Thu, 18 Mar 2010 11:44:20 +0000 (12:44 +0100) | ||
committer | Fabian Schuh <mail@xeroc.org> | |
Thu, 18 Mar 2010 11:44:20 +0000 (12:44 +0100) |
src/openvpn.c | patch | blob | history |
diff --git a/src/openvpn.c b/src/openvpn.c
index 03640bd744a1533ea56e46382f0d1fd8dd5d6ff1..81c5343d171af7e3bf1b8295a224844af1b251c9 100644 (file)
--- a/src/openvpn.c
+++ b/src/openvpn.c
iostats_submit (name, /* vpn instance */
"OverAllTraffic", /* "Common Name" */
sum_rx, /* "Bytes Received" */
- sum_rx); /* "Bytes Sent" */
+ sum_tx); /* "Bytes Sent" */
}
return (read);