From 3a6b48e8d9f6fc33ed5772ec28f33daac5b25fa6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 24 Feb 2016 16:24:51 +0000 Subject: Change ACF list to structure for accuracy --- tcpproxy-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpproxy-model.lua') diff --git a/tcpproxy-model.lua b/tcpproxy-model.lua index 299d29e..6dc7537 100644 --- a/tcpproxy-model.lua +++ b/tcpproxy-model.lua @@ -357,7 +357,7 @@ function mymodule.delsmtpentry(self, delentry) end function mymodule.listsmtpfiles() - local retval = cfe({ type="list", value={}, label="SMTP Proxy Files" }) + local retval = cfe({ type="structure", value={}, label="SMTP Proxy Files" }) for i,file in ipairs(getfilelist()) do local filedetails = posix.stat(file) filedetails.filename = file -- cgit v1.2.3