mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix typo
This commit is contained in:
@@ -31,7 +31,7 @@ end
|
||||
function handler.connect(fd, addr)
|
||||
local c = {
|
||||
fd = fd,
|
||||
ip = msg,
|
||||
ip = addr,
|
||||
}
|
||||
connection[fd] = c
|
||||
skynet.send(watchdog, "lua", "socket", "open", fd, addr)
|
||||
|
||||
Reference in New Issue
Block a user