projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9d199a1
)
missed arg
author
Brendan O'Dea
<bod@optus.net>
Thu, 16 Dec 2004 08:54:16 +0000
(08:54 +0000)
committer
Brendan O'Dea
<bod@optus.net>
Thu, 16 Dec 2004 08:54:16 +0000
(08:54 +0000)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
4eaa033
..
618caf1
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
0 2004-12-16 08:49:53
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.7
1 2004-12-16 08:54:16
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-2466,7
+2466,7
@@
static void mainloop(void)
if (c >= config->multi_read_count)
LOG(3, 0, 0, "Reached multi_read_count (%d); processed %d udp, %d tun and %d cluster packets\n",
if (c >= config->multi_read_count)
LOG(3, 0, 0, "Reached multi_read_count (%d); processed %d udp, %d tun and %d cluster packets\n",
- udp_pkts, tun_pkts, cluster_pkts);
+
config->multi_read_count,
udp_pkts, tun_pkts, cluster_pkts);
}
// Runs on every machine (master and slaves).
}
// Runs on every machine (master and slaves).