aboutsummaryrefslogtreecommitdiff
path: root/etc/lp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/lp.lua')
-rw-r--r--etc/lp.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/lp.lua b/etc/lp.lua
index 66a9692..a60fb86 100644
--- a/etc/lp.lua
+++ b/etc/lp.lua
@@ -15,7 +15,6 @@ 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
19 18
20-- default port 19-- default port
21PORT = 515 20PORT = 515