projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e483f6f
)
fixed typo
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
03640bd
..
81c5343
100644
(file)
--- a/
src/openvpn.c
+++ b/
src/openvpn.c
@@
-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_
r
x); /* "Bytes Sent" */
+ sum_
t
x); /* "Bytes Sent" */
}
return (read);