This commit is contained in:
Cloud Wu
2014-08-18 16:49:14 +08:00
parent f9438461eb
commit 9ea756ce4f

View File

@@ -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)