Skip to content
Snippets Groups Projects
Commit 66881d57 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

If we are a directory, we should trust ourself.

svn:r1943
parent 5ba16c3b
No related merge requests found
......@@ -433,6 +433,8 @@ int router_rebuild_descriptor(void) {
log_fn(LOG_WARN, "Couldn't dump router to string.");
return -1;
}
if (ri->dir_port)
ri->is_trusted_dir = 1;
return 0;
}
......
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