mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Iteration is happier when you stop.
svn:r4950
This commit is contained in:
parent
e28931dc94
commit
a938190bdb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user