* luci/libs: fix syntax error in last commit
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 23 Jun 2008 19:21:54 +0000 (19:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 23 Jun 2008 19:21:54 +0000 (19:21 +0000)
libs/httpd/luasrc/httpd/server.lua

index 2c41500..90fdd7e 100644 (file)
@@ -124,7 +124,7 @@ function Server.create_client_sources(self, client)
                                or  "Unexpected EOF"
 
                -- Line ok
                                or  "Unexpected EOF"
 
                -- Line ok
-               elseif chunk ~= nil
+               elseif chunk ~= nil then
 
                        -- Strip trailing CR
                        chunk = chunk:gsub("\r$","")
 
                        -- Strip trailing CR
                        chunk = chunk:gsub("\r$","")