aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-02 17:16:34 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-02 17:16:34 +0000
commit3a6287615b9daea6e83ac08a424ed778ef6092ad (patch)
tree37093ff3c19bb8f6372eda96dfa56a6ae811a4a1 /src/or/routerlist.c
parentdfc689bda232de67ff3ed20b145e12e57dd5dd31 (diff)
downloadtor-3a6287615b9daea6e83ac08a424ed778ef6092ad.tar.gz
tor-3a6287615b9daea6e83ac08a424ed778ef6092ad.zip
r16367@catbus: nickm | 2007-11-02 13:13:15 -0400
Space fixes. svn:r12345
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 9ed50c459d..2ffc2b254f 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3895,17 +3895,17 @@ update_router_have_minimum_dir_info(void)
if (!consensus) {
if (!networkstatus_get_latest_consensus())
strlcpy(dir_info_status, "We have no network-status document.",
- sizeof(dir_info_status));
+ sizeof(dir_info_status));
else
strlcpy(dir_info_status, "We have no recent network-status document.",
- sizeof(dir_info_status));
+ sizeof(dir_info_status));
res = 0;
goto done;
}
if (should_delay_dir_fetches(get_options())) {
log_notice(LD_DIR, "no known bridge descriptors running yet; stalling");
- strlcpy(dir_info_status, "No bridge descriptors.", sizeof(dir_info_status));
+ strlcpy(dir_info_status, "No bridge descriptors.",sizeof(dir_info_status));
res = 0;
goto done;
}