mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
bugfix: when we removed a dead helper node, we never committed that
change to disk. svn:r5576
This commit is contained in:
parent
ea760fa149
commit
d853c9a009
@ -1770,6 +1770,7 @@ remove_dead_helpers(void)
|
||||
helper->nickname, dbuf, why, tbuf);
|
||||
tor_free(helper);
|
||||
smartlist_del(helper_nodes, i);
|
||||
changed = 1;
|
||||
} else
|
||||
++i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user