diff options
Diffstat (limited to 'src/ftp.lua')
-rw-r--r-- | src/ftp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftp.lua b/src/ftp.lua index c55ec4e..9b7c1e5 100644 --- a/src/ftp.lua +++ b/src/ftp.lua | |||
@@ -278,4 +278,4 @@ get = socket.protect(function(gett) | |||
278 | else return tget(gett) end | 278 | else return tget(gett) end |
279 | end) | 279 | end) |
280 | 280 | ||
281 | getmetatable(_M).__index = nil | 281 | --getmetatable(_M).__index = nil |