diff options
Diffstat (limited to 'src/tp.lua')
-rw-r--r-- | src/tp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,4 +120,4 @@ function connect(host, port, timeout) | |||
120 | return base.setmetatable({c = c}, metat) | 120 | return base.setmetatable({c = c}, metat) |
121 | end | 121 | end |
122 | 122 | ||
123 | base.getmetatable(_M).__index | 123 | getmetatable(_M).__index = nil |