summaryrefslogtreecommitdiffstats
path: root/snort-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'snort-model.lua')
-rw-r--r--snort-model.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/snort-model.lua b/snort-model.lua
index 40cca84..2e54202 100644
--- a/snort-model.lua
+++ b/snort-model.lua
@@ -78,6 +78,5 @@ function get_filedetails()
end
function update_filedetails(filedetails)
- filedetails.value.filename.value = configfile
- return modelfunctions.setfiledetails(filedetails)
+ return modelfunctions.setfiledetails(filedetails, {configfile})
end