mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-27 11:19:53 +02:00
test/tcp-getoptions: bugfix: missing "socket =" in require"socket"
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env lua
|
||||
|
||||
require"socket"
|
||||
local socket = require"socket"
|
||||
|
||||
port = 8765
|
||||
|
||||
|
Reference in New Issue
Block a user