aboutsummaryrefslogtreecommitdiff
path: root/etc/lp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/lp.lua')
-rw-r--r--etc/lp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/lp.lua b/etc/lp.lua
index 2ba7954..66a9692 100644
--- a/etc/lp.lua
+++ b/etc/lp.lua
@@ -15,6 +15,7 @@ local string = require("string")
15local socket = require("socket") 15local socket = require("socket")
16local ltn12 = require("ltn12") 16local ltn12 = require("ltn12")
17module("socket.lp") 17module("socket.lp")
18getmetatable(_M).__index = nil
18 19
19-- default port 20-- default port
20PORT = 515 21PORT = 515
@@ -318,4 +319,3 @@ query = socket.protect(function(p)
318 return data 319 return data
319end) 320end)
320 321
321--getmetatable(_M).__index = nil