projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
817af02
)
doh
author
bodea
<bodea>
Thu, 13 Jan 2005 08:42:52 +0000
(08:42 +0000)
committer
bodea
<bodea>
Thu, 13 Jan 2005 08:42:52 +0000
(08:42 +0000)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
127d515
..
5b0302a
100644
(file)
--- 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
// 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.7
8 2005/01/13 07:57:36
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.7
9 2005/01/13 08:42:52
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-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",
{
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);
}
fmtaddr(ip, 0), sp->throttle_out ? "throttled " : "",
sp->user);
}