projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix SEGFAULT
[l2tpns.git]
/
l2tpns.c
diff --git
a/l2tpns.c
b/l2tpns.c
index
6927eb5
..
b988c7f
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-2199,8
+2199,9
@@
int main(int argc, char *argv[])
}
time(&basetime); // start clock
}
time(&basetime); // start clock
- // scan args
+ initdata();
+ // scan args
while ((o = getopt(argc, argv, "vc:h:a:")) >= 0)
{
switch (o)
while ((o = getopt(argc, argv, "vc:h:a:")) >= 0)
{
switch (o)
@@
-2237,7
+2238,6
@@
int main(int argc, char *argv[])
initiptables();
initplugins();
initiptables();
initplugins();
- initdata();
init_cli();
read_config_file();
log(1, 0, 0, 0, "L2TPNS Version 1.1.0 - http://l2tpns.sourceforge.net/\n");
init_cli();
read_config_file();
log(1, 0, 0, 0, "L2TPNS Version 1.1.0 - http://l2tpns.sourceforge.net/\n");