1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-18 11:20:01 +00:00
This commit is contained in:
kepler155c@gmail.com 2019-07-01 19:20:38 -04:00
parent 9e85a0dae1
commit cd7122921f

View File

@ -200,6 +200,7 @@ local function trusted(socket, msg, options)
_G._syslog('trust failure') _G._syslog('trust failure')
_G._syslog(m) _G._syslog(m)
end end
return s and m
end end
function Socket.server(port, options) function Socket.server(port, options)