From 8dbbff949f75e33b8df0e9104c1b05c286aeb76b Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Tue, 10 May 2005 08:48:00 +0000 Subject: [PATCH] init pluginfuncs properly --- l2tpns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l2tpns.c b/l2tpns.c index 72c856f..4664c50 100644 --- 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 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.100 2005-05-09 20:48:00 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.101 2005-05-10 08:48:00 bodea Exp $"; #include #include @@ -4428,6 +4428,7 @@ static int add_plugin(char *plugin_name) radiusnew, radiussend, getconfig, + sessionshutdown, sessionkill, throttle_session, cluster_send_session, -- 2.20.1