mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
fix a wide line
This commit is contained in:
parent
c21377e7bc
commit
2609b939d6
@ -2826,7 +2826,8 @@ sandbox_init_filter(void)
|
||||
smartlist_t *logfiles = smartlist_new();
|
||||
tor_log_get_logfile_names(logfiles);
|
||||
SMARTLIST_FOREACH(logfiles, char *, logfile_name, {
|
||||
sandbox_cfg_allow_open_filename(&cfg, logfile_name); /* steals reference */
|
||||
/* steals reference */
|
||||
sandbox_cfg_allow_open_filename(&cfg, logfile_name);
|
||||
});
|
||||
smartlist_free(logfiles);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user