projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
32fbf3a
)
typo
author
Brendan O'Dea
<bod@optus.net>
Mon, 13 Dec 2004 05:20:39 +0000
(
05:20
+0000)
committer
Brendan O'Dea
<bod@optus.net>
Mon, 13 Dec 2004 05:20:39 +0000
(
05:20
+0000)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
7abbf42
..
aed42dd
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.6
6 2004-12-13 05:09:35
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.6
7 2004-12-13 05:20:39
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-2211,7
+2211,7
@@
static int regular_cleanups(void)
else if (next_shut_acct <= TIME)
{
// Dump accounting data for shutdown sessions
else if (next_shut_acct <= TIME)
{
// Dump accounting data for shutdown sessions
- next_acct = TIME + ACCT_SHUT_TIME;
+ next_
shut_
acct = TIME + ACCT_SHUT_TIME;
if (shut_acct_n)
dump_acct_info(0);
}
if (shut_acct_n)
dump_acct_info(0);
}