gluon-web-mesh-vpn-fastd: update comment after luacheck fixes (#1751)

Fixes: 4249d65af7 ("treewide: fix luacheck warnings")
This commit is contained in:
Ruben Barkow 2019-06-19 22:40:05 +02:00 committed by Matthias Schiffer
parent a6a25c9431
commit 2bda2ea028

View File

@ -20,7 +20,7 @@ end
function mode:write(data) function mode:write(data)
local site = require 'gluon.site' local site = require 'gluon.site'
-- methods will be recreated and filled with the original values from site.mesh_vpn.fastd.methods -- site_methods will be recreated and filled with the original values from site.mesh_vpn.fastd.methods
-- if performance mode was selected, and the method 'null' was not present in the original table, it will be added -- if performance mode was selected, and the method 'null' was not present in the original table, it will be added
local site_methods = {} local site_methods = {}
if data == 'performance' then if data == 'performance' then