aboutsummaryrefslogtreecommitdiff
path: root/src/ftp.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-05 03:16:17 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-05 03:16:17 +0000
commit72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 (patch)
tree8ad4d77c2a5889748afa164188d566570028a513 /src/ftp.lua
parenta65c599fc5014de278d10c64fa0e425149517fe8 (diff)
downloadluasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.gz
luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.bz2
luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.zip
Bugs sent by David.
Diffstat (limited to 'src/ftp.lua')
-rw-r--r--src/ftp.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ftp.lua b/src/ftp.lua
index 226e04c..c83c1cb 100644
--- a/src/ftp.lua
+++ b/src/ftp.lua
@@ -17,7 +17,6 @@ local url = require("socket.url")
17local tp = require("socket.tp") 17local tp = require("socket.tp")
18local ltn12 = require("ltn12") 18local ltn12 = require("ltn12")
19module("socket.ftp") 19module("socket.ftp")
20getmetatable(_M).__index = nil
21 20
22----------------------------------------------------------------------------- 21-----------------------------------------------------------------------------
23-- Program constants 22-- Program constants