mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
if you're an auth dir server, start yourself out as verified.
svn:r4907
This commit is contained in:
parent
b6a13b6cdf
commit
d2a5b614eb
@ -769,6 +769,8 @@ router_rebuild_descriptor(int force)
|
||||
|
||||
if (desc_routerinfo) /* inherit values */
|
||||
ri->is_verified = desc_routerinfo->is_verified;
|
||||
if (authdir_mode(options))
|
||||
ri->is_verified = 1; /* believe in yourself */
|
||||
if (options->MyFamily) {
|
||||
ri->declared_family = smartlist_create();
|
||||
smartlist_split_string(ri->declared_family, options->MyFamily, ",",
|
||||
|
Loading…
Reference in New Issue
Block a user