From: Fabian Schuh Date: Thu, 18 Mar 2010 11:44:20 +0000 (+0100) Subject: fixed typo X-Git-Tag: collectd-4.10.0~52^2~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=68958b2edc1e4dae3fa9112b98543dff0494381a;p=collectd.git fixed typo --- diff --git a/src/openvpn.c b/src/openvpn.c index 03640bd7..81c5343d 100644 --- 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_rx); /* "Bytes Sent" */ + sum_tx); /* "Bytes Sent" */ } return (read);