diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-08-10 12:40:37 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-08-12 18:01:37 +0200 |
commit | ffcccd62f0d5822a71e24baf84126af5c93a5e69 (patch) | |
tree | 6bf4f4b3cf2e84e420c1d03d734abf3491b72f86 /AUTHORS | |
parent | 0440d936d70b1e331d49bbc32735f1b749632604 (diff) |
fix: --print-uris removes authentication
The constructors of our (clear)sign-acquire-items move a pre-existent
file for error-recovery away, which gets restored or discarded later as
the acquire progresses, but --print-uris never really starts the
acquire process, so the files aren't restored (as they should).
To fix this both get a destructor which checks for signs of acquire
doing anything and if it hasn't the file is restored.
Note that these virtual destructors theoretically break the API, but
only with classes extending the sign-acquire-items and nobody does this,
as it would be insane for library users to fiddle with Acquire
internals – and these classes are internals.
Closes: 719263
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions