Skip to content
Snippets Groups Projects
Commit 2bda2ea0 authored by Ruben Barkow's avatar Ruben Barkow Committed by Matthias Schiffer
Browse files

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

Fixes: 4249d65a ("treewide: fix luacheck warnings")
parent a6a25c94
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ end ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment