]> git.saurik.com Git - apt.git/commit
Revert "if the FileFd failed already following calls should fail, too"
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Nov 2016 15:24:25 +0000 (16:24 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Nov 2016 15:24:25 +0000 (16:24 +0100)
commitd6af32cc6d58cbccf2578773da67e638934d36fb
tree656b1ccf3a9dec26455e4b7f35bb4b89e3a80cff
parentbb05f4e0c4bb91c886bb3ee9965d22ce2a589bb1
Revert "if the FileFd failed already following calls should fail, too"

This reverts commit 1b63558a39ee1eed7eb024cd0e164d73beb165b1.

This commit caused a regression in the unit tests: The error was
propagated to Close(), where we expected it to return true.
apt-pkg/contrib/fileutl.cc