Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Fix attempt for "commands out of sync"
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementW committed Aug 23, 2016
1 parent aec6707 commit b2670ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ do
end,
enumerate_auths = function()
conn:query(enumerate_auths_query)
local res = conn:use_result()
local res = conn:store_result()
return function()
local row = res:fetch('n')
if not row then
Expand Down

0 comments on commit b2670ca

Please sign in to comment.