summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-06-22 07:25:15 +0000
committerNick Mathewson <nickm@torproject.org>2006-06-22 07:25:15 +0000
commit52b8dfa95a540b28685cf39d4d2487e1e128b4e6 (patch)
tree0d53fef487f1df0515c69a75b69d42e325b87db4 /src/or/routerparse.c
parent89a1453776658a18b8b887851aef22db427a2be9 (diff)
downloadtor-52b8dfa95a540b28685cf39d4d2487e1e128b4e6.tar.gz
tor-52b8dfa95a540b28685cf39d4d2487e1e128b4e6.zip
Fix a bunch of spaces.
svn:r6678
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 7214055e01..b1dd2e30dc 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -682,7 +682,6 @@ router_parse_list_from_string(const char **s, smartlist_t *dest,
router = router_parse_entry_from_string(*s, end,
saved_location != SAVED_IN_CACHE);
-
if (!router) {
log_warn(LD_DIR, "Error reading router; skipping");
*s = end;