aboutsummaryrefslogtreecommitdiff
path: root/etc/tftp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tftp.lua')
-rw-r--r--etc/tftp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tftp.lua b/etc/tftp.lua
index a8158e2..91b26c9 100644
--- a/etc/tftp.lua
+++ b/etc/tftp.lua
@@ -153,4 +153,4 @@ get = socket.protect(function(gett)
153 else return tget(gett) end 153 else return tget(gett) end
154end) 154end)
155 155
156base.getmetatable(_M).__index = nil 156getmetatable(_M).__index = nil