# HG changeset patch # User Matthew Wild # Date 1409675024 -3600 # Node ID 9ffd582c65d8c2575d557d69717624d4580c5b14 # Parent 4220ffb87b224b6d3986c5430db89afc17fc8767 net.server_select: 'listener'->'listeners' (fixes undefined global access) diff -r 4220ffb87b22 -r 9ffd582c65d8 net/server_select.lua --- a/net/server_select.lua Fri Aug 29 11:54:34 2014 +0100 +++ b/net/server_select.lua Tue Sep 02 17:23:44 2014 +0100 @@ -284,7 +284,7 @@ local status = listeners.onstatus local disconnect = listeners.ondisconnect local drain = listeners.ondrain - local detach = listener.ondetach + local detach = listeners.ondetach local bufferqueue = { } -- buffer array local bufferqueuelen = 0 -- end of buffer array