Avoid uneven LUA assignments

This commit is contained in:
Et0h 2014-05-20 20:42:56 +01:00
parent 69a67acf34
commit 3930032410

View File

@ -481,7 +481,7 @@ end
while running == true do
--accept new connections and select active clients
local fd = l:accept()
local buffer, inputbuffer, responsebuffer = ""
local buffer, inputbuffer, responsebuffer = "", "", ""
while fd >= 0 and running == true do
-- handle read mode