projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
482ed7c
)
Remove no more used plugin function names; fixes a crash.
author
Benjamin Cama
<benoar@dolka.fr>
Thu, 21 Jul 2011 15:00:18 +0000
(17:00 +0200)
committer
Benjamin Cama
<benoar@dolka.fr>
Fri, 29 Jul 2011 10:54:00 +0000
(12:54 +0200)
These functions have been for long removed from plugins.h.
Debian sources used an older plugins.h.
l2tpns.c doesn't seem to have been ever fixed in upstream CVS.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
8fdcb53
..
19289b0
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-164,8
+164,6
@@
static char *plugin_functions[] = {
NULL,
"plugin_pre_auth",
"plugin_post_auth",
- "plugin_packet_rx",
- "plugin_packet_tx",
"plugin_timer",
"plugin_new_session",
"plugin_kill_session",