From: Brendan O'Dea Date: Tue, 9 Nov 2004 05:49:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~356 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/48247c0f8dc2068413b6221779d0d82975da4619 *** empty log message *** --- diff --git a/ppp.c b/ppp.c index 9ccb56f..222cdbd 100644 --- a/ppp.c +++ b/ppp.c @@ -1,6 +1,6 @@ // L2TPNS PPP Stuff -char const *cvs_id_ppp = "$Id: ppp.c,v 1.24 2004-11-09 05:48:28 bodea Exp $"; +char const *cvs_id_ppp = "$Id: ppp.c,v 1.25 2004-11-09 05:49:08 bodea Exp $"; #include #include @@ -783,7 +783,7 @@ void send_ipin(sessionidt s, u8 *buf, int len) eth_tx += len - 4; STAT(tun_tx_packets); - INC_STAT(tun_tx_bytes, l - 4); + INC_STAT(tun_tx_bytes, len - 4); }