diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-05 03:16:17 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-05 03:16:17 +0000 |
commit | 72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 (patch) | |
tree | 8ad4d77c2a5889748afa164188d566570028a513 /etc | |
parent | a65c599fc5014de278d10c64fa0e425149517fe8 (diff) | |
download | luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.gz luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.bz2 luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.zip |
Bugs sent by David.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/dict.lua | 2 | ||||
-rw-r--r-- | etc/lp.lua | 1 | ||||
-rw-r--r-- | etc/tftp.lua | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/etc/dict.lua b/etc/dict.lua index 62d6913..2d035a7 100644 --- a/etc/dict.lua +++ b/etc/dict.lua | |||
@@ -14,9 +14,7 @@ local table = require("table") | |||
14 | local socket = require("socket") | 14 | local socket = require("socket") |
15 | local url = require("socket.url") | 15 | local url = require("socket.url") |
16 | local tp = require("socket.tp") | 16 | local tp = require("socket.tp") |
17 | |||
18 | module("socket.dict") | 17 | module("socket.dict") |
19 | getmetatable(_M).__index = nil | ||
20 | 18 | ||
21 | ----------------------------------------------------------------------------- | 19 | ----------------------------------------------------------------------------- |
22 | -- Globals | 20 | -- Globals |
@@ -15,7 +15,6 @@ local string = require("string") | |||
15 | local socket = require("socket") | 15 | local socket = require("socket") |
16 | local ltn12 = require("ltn12") | 16 | local ltn12 = require("ltn12") |
17 | module("socket.lp") | 17 | module("socket.lp") |
18 | getmetatable(_M).__index = nil | ||
19 | 18 | ||
20 | -- default port | 19 | -- default port |
21 | PORT = 515 | 20 | PORT = 515 |
diff --git a/etc/tftp.lua b/etc/tftp.lua index b974db8..1b589fb 100644 --- a/etc/tftp.lua +++ b/etc/tftp.lua | |||
@@ -16,7 +16,6 @@ local socket = require("socket") | |||
16 | local ltn12 = require("ltn12") | 16 | local ltn12 = require("ltn12") |
17 | local url = require("socket.url") | 17 | local url = require("socket.url") |
18 | module("socket.tftp") | 18 | module("socket.tftp") |
19 | getmetatable(_M).__index = nil | ||
20 | 19 | ||
21 | ----------------------------------------------------------------------------- | 20 | ----------------------------------------------------------------------------- |
22 | -- Program constants | 21 | -- Program constants |