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:
Benjamin Cama 2011-07-21 17:00:18 +02:00
parent 482ed7cbe5
commit 11ec3c4a24

View file

@ -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",