aboutsummaryrefslogtreecommitdiff
path: root/etc/tftp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tftp.lua')
-rw-r--r--etc/tftp.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/tftp.lua b/etc/tftp.lua
index 6a1a093..2fc914e 100644
--- a/etc/tftp.lua
+++ b/etc/tftp.lua
@@ -13,11 +13,6 @@ local ltn12 = require("ltn12")
13local url = require("url") 13local url = require("url")
14 14
15----------------------------------------------------------------------------- 15-----------------------------------------------------------------------------
16-- Setup namespace
17-----------------------------------------------------------------------------
18_LOADED["tftp"] = getfenv(1)
19
20-----------------------------------------------------------------------------
21-- Program constants 16-- Program constants
22----------------------------------------------------------------------------- 17-----------------------------------------------------------------------------
23local char = string.char 18local char = string.char