tor/changes/ticket23271
Fernando Fernandez Mancera 61c721f145 Add remove file function and remove ephemeral files.
Adding tor_remove_file(filename) and refactoring tor_cleanup().

Removing CookieAuthFile and ExtORPortCookieAuthFile when tor_cleanup() is
called.

Fixes #23271.

Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
2017-12-15 17:01:22 +01:00

7 lines
272 B
Plaintext

o Code simplification and refactoring:
- Separate the function that deletes ephemeral files when Tor stops
gracefully.
o Minor features (cleanup):
- Tor now deletes the CookieAuthFile and ExtORPortCookieAuthFile when it
stops. Closes ticket 23271.