From 11ec3c4a2463c3eb1b9197d55c774584e0e54392 Mon Sep 17 00:00:00 2001 From: Benjamin Cama Date: Thu, 21 Jul 2011 17:00:18 +0200 Subject: [PATCH] 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 --- l2tpns.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/l2tpns.c b/l2tpns.c index 8fdcb53..19289b0 100644 --- 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", -- 2.20.1