Iteration is happier when you stop.

svn:r4950
This commit is contained in:
Nick Mathewson 2005-09-08 21:20:20 +00:00
parent e28931dc94
commit a938190bdb

View File

@ -1182,6 +1182,7 @@ dirserv_get_networkstatus_v2(smartlist_t *result,
void *val; void *val;
strmap_iter_get(iter, &fp, &val); strmap_iter_get(iter, &fp, &val);
smartlist_add(result, val); smartlist_add(result, val);
iter = strmap_iter_next(cached_v2_networkstatus, iter);
} }
} else if (!strcmpstart(key, "fp/")) { } else if (!strcmpstart(key, "fp/")) {
smartlist_t *hexdigests = smartlist_create(); smartlist_t *hexdigests = smartlist_create();