mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Remove a download_status_reset() call that led to a crash -- see 23347
This commit is contained in:
parent
3de63fe4b1
commit
63af663b8c
1 changed files with 2 additions and 2 deletions
|
@ -455,8 +455,8 @@ bridge_add_from_config(bridge_line_t *bridge_line)
|
|||
b->fetch_status.schedule = DL_SCHED_BRIDGE;
|
||||
b->fetch_status.backoff = DL_SCHED_RANDOM_EXPONENTIAL;
|
||||
b->fetch_status.increment_on = DL_SCHED_INCREMENT_ATTEMPT;
|
||||
/* This will fail if UseBridges is not set */
|
||||
download_status_reset(&b->fetch_status);
|
||||
/* This will fail if UseBridges is not set -- and it does. */
|
||||
// download_status_reset(&b->fetch_status);
|
||||
b->socks_args = bridge_line->socks_args;
|
||||
if (!bridge_list)
|
||||
bridge_list = smartlist_new();
|
||||
|
|
Loading…
Add table
Reference in a new issue