Skip to content
Snippets Groups Projects
Commit a938190b authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Iteration is happier when you stop.

svn:r4950
parent e28931dc
No related branches found
No related tags found
No related merge requests found
......@@ -1182,6 +1182,7 @@ dirserv_get_networkstatus_v2(smartlist_t *result,
void *val;
strmap_iter_get(iter, &fp, &val);
smartlist_add(result, val);
iter = strmap_iter_next(cached_v2_networkstatus, iter);
}
} else if (!strcmpstart(key, "fp/")) {
smartlist_t *hexdigests = smartlist_create();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment