projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
merge
[l2tpns.git]
/
l2tpns.c
diff --git
a/l2tpns.c
b/l2tpns.c
index
3918529
..
dfa88f8
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.3
4 2004/10/29 04:01:1
1 bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.3
6 2004/10/30 07:17:4
1 bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-2221,8
+2221,8
@@
int still_busy(void)
return 1;
}
return 1;
}
- // We stop waiting for radius after BUSY_WAIT_TIME
OUT
1/10th seconds
- if (abs(TIME - start_busy_wait) > BUSY_WAIT_TIME
OUT
)
+ // We stop waiting for radius after BUSY_WAIT_TIME 1/10th seconds
+ if (abs(TIME - start_busy_wait) > BUSY_WAIT_TIME)
{
log(1, 0, 0, 0, "Giving up waiting for RADIUS to be empty. Shutting down anyway.\n");
return 0;
{
log(1, 0, 0, 0, "Giving up waiting for RADIUS to be empty. Shutting down anyway.\n");
return 0;
@@
-2964,9
+2964,9
@@
int main(int argc, char *argv[])
initplugins();
initdata(optdebug, optconfig);
initplugins();
initdata(optdebug, optconfig);
+ init_cli(hostname);
read_config_file();
init_tbf(config->num_tbfs);
read_config_file();
init_tbf(config->num_tbfs);
- init_cli(hostname);
log(0, 0, 0, 0, "L2TPNS version " VERSION "\n");
log(0, 0, 0, 0, "Copyright (c) 2003, 2004 Optus Internet Engineering\n");
log(0, 0, 0, 0, "L2TPNS version " VERSION "\n");
log(0, 0, 0, 0, "Copyright (c) 2003, 2004 Optus Internet Engineering\n");