diff options
Diffstat (limited to 'etc/lp.lua')
-rw-r--r-- | etc/lp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,4 +318,4 @@ query = socket.protect(function(p) | |||
318 | return data | 318 | return data |
319 | end) | 319 | end) |
320 | 320 | ||
321 | base.getmetatable(_M).__index = nil | 321 | getmetatable(_M).__index = nil |