mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
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>
6 lines
272 B
Text
6 lines
272 B
Text
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.
|