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