From: Brendan O'Dea Date: Thu, 13 Jan 2005 08:42:52 +0000 (+0000) Subject: doh X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~243 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/1c209703a398a3d56d483d25b008f122b437ea65?ds=sidebyside;hp=69d5f5d08543d16f65e331e18a0d6b65154e30dc doh --- diff --git a/l2tpns.c b/l2tpns.c index 404601d..2073160 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -4,7 +4,7 @@ // Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced // vim: sw=8 ts=8 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.78 2005-01-13 07:57:36 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.79 2005-01-13 08:42:52 bodea Exp $"; #include #include @@ -857,7 +857,7 @@ static void processipout(uint8_t * buf, int len) { INC_STAT(tun_rx_dropped, sess_local[s].packets_dropped); LOG(3, s, t, "Dropped %u/%u packets to %s for %suser %s\n", - sess_local[s].packets_out, sess_local[s].packets_dropped, + sess_local[s].packets_dropped, sess_local[s].packets_out, fmtaddr(ip, 0), sp->throttle_out ? "throttled " : "", sp->user); }