mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-16 02:08:21 +01:00
test/tcp-getoptions: bugfix: missing "socket =" in require"socket"
This commit is contained in:
parent
733af884f1
commit
68aeb39dc2
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env lua
|
||||
|
||||
require"socket"
|
||||
local socket = require"socket"
|
||||
|
||||
port = 8765
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user