]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove checksimul from lua
authorAlan T. DeKok <aland@freeradius.org>
Thu, 29 Jun 2017 16:54:25 +0000 (12:54 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 29 Jun 2017 17:03:38 +0000 (13:03 -0400)
raddb/mods-available/lua
src/modules/rlm_lua/rlm_lua.c

index d00c86eb1b639a7a076b46d9b6a83ffa2ecddca5..65c7664384d2b862f292e65cce356c557831e1bc 100644 (file)
@@ -5,7 +5,6 @@ lua {
        func_authorize = authorize
        #func_preacct = preacct
        #func_accounting = accounting
-       #func_checksimul = checksimul
        #func_pre_proxy = pre_proxy
        #func_post_proxy = post_proxy
        #func_post_auth = post_auth
index 03372c3d3f426d96876211c2a020d9a8d71952a7..f72f92ec87d427d448b1e5868fdf6bbe30f79b5c 100644 (file)
@@ -156,7 +156,6 @@ DO_LUA(authorize)
 DO_LUA(authenticate)
 DO_LUA(preacct)
 DO_LUA(accounting)
-DO_LUA(checksimul)
 DO_LUA(pre_proxy)
 DO_LUA(post_proxy)
 DO_LUA(post_auth)
@@ -187,7 +186,6 @@ rad_module_t rlm_lua = {
                [MOD_AUTHORIZE]         = mod_authorize,
                [MOD_PREACCT]           = mod_preacct,
                [MOD_ACCOUNTING]        = mod_accounting,
-               [MOD_SESSION]           = mod_checksimul,
                [MOD_PRE_PROXY]         = mod_pre_proxy,
                [MOD_POST_PROXY]        = mod_post_proxy,
                [MOD_POST_AUTH]         = mod_post_auth