Fixed last commit

This commit is contained in:
Steven Barth 2009-03-06 17:20:38 +00:00
parent ec29107ede
commit 22a9815e3e

View file

@ -207,7 +207,7 @@ function request_to_file(uri, target, options, cbs)
if stat[1] == false then
file:close()
sock:close()
return false, nil, nil, unpack(stat, 2)
return false, unpack(stat, 2)
end
end