mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix wide line in main.c
svn:r17587
This commit is contained in:
parent
65c71a5a9e
commit
4e69284e89
@ -1331,7 +1331,7 @@ do_hup(void)
|
||||
addressmap_clear_transient();
|
||||
/* first, reload config variables, in case they've changed */
|
||||
if (options->ReloadTorrcOnSIGHUP) {
|
||||
/* no need to provide argc/v, they've been cached inside init_from_config */
|
||||
/* no need to provide argc/v, they've been cached in init_from_config */
|
||||
if (options_init_from_torrc(0, NULL) < 0) {
|
||||
log_err(LD_CONFIG,"Reading config failed--see warnings above. "
|
||||
"For usage, try -h.");
|
||||
|
Loading…
Reference in New Issue
Block a user