mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
61c721f145
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>
7 lines
272 B
Plaintext
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.
|