mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +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
|
void
|
||||||
routerparse_init(void)
|
routerparse_init(void)
|
||||||
{
|
{
|
||||||
|
if (!(sandbox_is_active())) {
|
||||||
dump_desc_init();
|
dump_desc_init();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Clean up all data structures used by routerparse.c at exit */
|
/** Clean up all data structures used by routerparse.c at exit */
|
||||||
|
|
Loading…
Add table
Reference in a new issue