This commit is contained in:
Cloud Wu
2014-09-17 21:28:24 +08:00
parent b52cce9056
commit fe4122e579

View File

@@ -96,7 +96,7 @@ function gateserver.start(handler)
function MSG.error(fd, msg)
if handler.error then
handler.error(fd)
handler.error(fd, msg)
end
close_fd(fd)
end