ret is not always an array

This commit is contained in:
Nick Elser
2015-04-12 23:45:00 -07:00
parent f0977c89f2
commit bb6762bbc6

View File

@@ -21,7 +21,7 @@ module Suo
multi.set(key, newval)
end
ret[0] == "OK"
ret && ret[0] == "OK"
end
def synchronize(key)