projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
15086a9
)
unused
author
bodea
<bodea>
Thu, 28 Oct 2004 03:58:38 +0000
(
03:58
+0000)
committer
bodea
<bodea>
Thu, 28 Oct 2004 03:58:38 +0000
(
03:58
+0000)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
84b79f6
..
5c84a4f
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
2 2004/10/28 03:31:39
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.3
3 2004/10/28 03:58:38
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-2464,7
+2464,6
@@
void mainloop(void)
void initdata(int optdebug, char *optconfig)
{
int i;
void initdata(int optdebug, char *optconfig)
{
int i;
- char *p;
if (!(_statistics = shared_malloc(sizeof(struct Tstats))))
{
if (!(_statistics = shared_malloc(sizeof(struct Tstats))))
{