* luci/libs: fix syntax error in last commit
This commit is contained in:
parent
520b4060a7
commit
d5deb7a99a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function Server.create_client_sources(self, client)
|
|||
or "Unexpected EOF"
|
||||
|
||||
-- Line ok
|
||||
elseif chunk ~= nil
|
||||
elseif chunk ~= nil then
|
||||
|
||||
-- Strip trailing CR
|
||||
chunk = chunk:gsub("\r$","")
|
||||
|
|
Loading…
Reference in a new issue