[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17587: {tor} Fix wide line in main.c (tor/trunk/src/or)
Author: nickm
Date: 2008-12-11 12:23:00 -0500 (Thu, 11 Dec 2008)
New Revision: 17587
Modified:
tor/trunk/src/or/main.c
Log:
Fix wide line in main.c
Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c 2008-12-11 17:18:03 UTC (rev 17586)
+++ tor/trunk/src/or/main.c 2008-12-11 17:23:00 UTC (rev 17587)
@@ -1331,7 +1331,7 @@
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.");