mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Merge remote-tracking branch 'tor-github/pr/1168'
This commit is contained in:
commit
3539fdfd7a
@ -2179,8 +2179,8 @@ circpad_add_matching_machines(origin_circuit_t *on_circ,
|
|||||||
circ->padding_machine[i] = NULL;
|
circ->padding_machine[i] = NULL;
|
||||||
on_circ->padding_negotiation_failed = 1;
|
on_circ->padding_negotiation_failed = 1;
|
||||||
} else {
|
} else {
|
||||||
/* Success. Don't try any more machines */
|
/* Success. Don't try any more machines on this index */
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} SMARTLIST_FOREACH_END(machine);
|
} SMARTLIST_FOREACH_END(machine);
|
||||||
|
Loading…
Reference in New Issue
Block a user