Skip to content
Snippets Groups Projects
Verified Commit d4a9c41c authored by akwizgran's avatar akwizgran
Browse files

Watch for creation rather than updating of Tor cookie file.

Tor writes to a temporary file and then renames it over the old
file, if any, so CLOSE_WRITE never occurs. The old code was
working in most cases because it received IGNORED when the old
file was unlinked and didn't check the event type.
parent 624e03a2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment