mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Do sandbox_is_active() check before reconstructing dump_desc() FIFO on startup too
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user