mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Avoid spurious re-launch of first pending requested descriptor
svn:r5439
This commit is contained in:
parent
8182eb69cd
commit
50ce5e1932
@ -2946,8 +2946,9 @@ router_list_downloadable(void)
|
||||
!conn->marked_for_close) {
|
||||
if (!strcmpstart(conn->requested_resource, "all"))
|
||||
n_downloadable = 0;
|
||||
dir_split_resource_into_fingerprints(conn->requested_resource,
|
||||
downloading, NULL, 1);
|
||||
if (!strcmpstart(conn->requested_resource, "fp/"))
|
||||
dir_split_resource_into_fingerprints(conn->requested_resource+3,
|
||||
downloading, NULL, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user