mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Initial changes for MUD recording
This commit is contained in:
parent
0d133d102e
commit
94f175194b
17 changed files with 381 additions and 51 deletions
|
|
@ -1201,7 +1201,7 @@ end
|
|||
-- @param target_config target configuration as returned by
|
||||
-- user_scripts.getTargetConfig/user_scripts.getHostTargetConfigset
|
||||
function user_scripts.getTargetHookConfig(target_config, script, hook)
|
||||
local script_conf = target_config[script.key]
|
||||
local script_conf = target_config[script.key or script]
|
||||
|
||||
if not hook then
|
||||
-- See has_per_hook_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue