diff options
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 67bfcf8e95..f2b67d6e86 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1105,8 +1105,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn) if (next) { next[1] = 'n'; cp = next+1; - } - else + } else break; } routers_update_all_from_networkstatus(); /*launches router downloads*/ |