Remove no more used plugin function names; fixes a crash.
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>
This commit is contained in:
parent
482ed7cbe5
commit
11ec3c4a24
1 changed files with 0 additions and 2 deletions
2
l2tpns.c
2
l2tpns.c
|
|
@ -164,8 +164,6 @@ static char *plugin_functions[] = {
|
||||||
NULL,
|
NULL,
|
||||||
"plugin_pre_auth",
|
"plugin_pre_auth",
|
||||||
"plugin_post_auth",
|
"plugin_post_auth",
|
||||||
"plugin_packet_rx",
|
|
||||||
"plugin_packet_tx",
|
|
||||||
"plugin_timer",
|
"plugin_timer",
|
||||||
"plugin_new_session",
|
"plugin_new_session",
|
||||||
"plugin_kill_session",
|
"plugin_kill_session",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue