Skip to content
Snippets Groups Projects
Commit 3c8fc061 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

gh-730: tarantoolctl status error

Fix a typo in bsdsocket.lua (a merge error).
parent 8cf2ae20
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ local function readline(self, limit, eol, timeout)
return data
end
elseif not error_is_transient[self:errno()] then
elseif not errno_is_transient[self:errno()] then
self._errno = boxerrno()
return nil
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment