mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Do sandbox_is_active() check before reconstructing dump_desc() FIFO on startup too
This commit is contained in:
parent
9580b99dab
commit
34d9dabed1
1 changed files with 3 additions and 1 deletions
|
@ -6001,7 +6001,9 @@ rend_parse_client_keys(strmap_t *parsed_clients, const char *ckstr)
|
|||
void
|
||||
routerparse_init(void)
|
||||
{
|
||||
dump_desc_init();
|
||||
if (!(sandbox_is_active())) {
|
||||
dump_desc_init();
|
||||
}
|
||||
}
|
||||
|
||||
/** Clean up all data structures used by routerparse.c at exit */
|
||||
|
|
Loading…
Add table
Reference in a new issue