From 68958b2edc1e4dae3fa9112b98543dff0494381a Mon Sep 17 00:00:00 2001 From: Fabian Schuh Date: Thu, 18 Mar 2010 12:44:20 +0100 Subject: [PATCH] fixed typo --- src/openvpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2