init pluginfuncs properly
This commit is contained in:
parent
816f36c46f
commit
924f6f57c1
1 changed files with 2 additions and 1 deletions
3
l2tpns.c
3
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 <arpa/inet.h>
|
||||
#include <assert.h>
|
||||
|
|
@ -4428,6 +4428,7 @@ static int add_plugin(char *plugin_name)
|
|||
radiusnew,
|
||||
radiussend,
|
||||
getconfig,
|
||||
sessionshutdown,
|
||||
sessionkill,
|
||||
throttle_session,
|
||||
cluster_send_session,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue