diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
| commit | 0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch) | |
| tree | d69164c9f815e2d0308ba3f0d15b18e67163d879 /etc/lp.lua | |
| parent | 37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff) | |
| download | luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.gz luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.bz2 luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.zip | |
Final push for release...
Diffstat (limited to 'etc/lp.lua')
| -rw-r--r-- | etc/lp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,6 +15,7 @@ local string = require("string") | |||
| 15 | local socket = require("socket") | 15 | local socket = require("socket") |
| 16 | local ltn12 = require("ltn12") | 16 | local ltn12 = require("ltn12") |
| 17 | module("socket.lp") | 17 | module("socket.lp") |
| 18 | getmetatable(_M).__index = nil | ||
| 18 | 19 | ||
| 19 | -- default port | 20 | -- default port |
| 20 | PORT = 515 | 21 | PORT = 515 |
| @@ -318,4 +319,3 @@ query = socket.protect(function(p) | |||
| 318 | return data | 319 | return data |
| 319 | end) | 320 | end) |
| 320 | 321 | ||
| 321 | --getmetatable(_M).__index = nil | ||
