support: Delete temporary files in LIFO order
commit706256afb6c844a0e6aaab2b60f4326b91aca2e9
authorFlorian Weimer <fweimer@redhat.com>
Mon, 8 May 2017 12:32:58 +0000 (8 14:32 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 8 May 2017 13:54:10 +0000 (8 15:54 +0200)
tree60c57dfaa51a5a7f77bd270c7ce297fc92fac153
parentcd354a38495425bcf106fc410ec5e3c598c1aebe
support: Delete temporary files in LIFO order

This is required to remove temporary directories which contain
temporary files.  Previously, FIFO order meant that directory
removal was attempted when the directory still contained files,
which meant that temporary directory cleanup was essentially
unsupported.
ChangeLog
support/temp_file.c