lib/rsr_group/order.rb in rsr_group-1.7.7 vs lib/rsr_group/order.rb in rsr_group-1.7.8
- old
+ new
@@ -88,9 +88,10 @@
begin
ftp.storlines("STOR " + filename, io)
ensure
io.close
end
+ ftp.close
end
true
end
private