mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
0668437b58
When calling `circpad_send_padding_cell_for_callback()`, the flag `is_padding_timer_scheduled` was not resetted to 0 which caused an issue in the circpad simulator. This commit fixes this problem. Fixes #32671.
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
o Minor bugfixes (circuit padding):
|
|
- When circpad_send_padding_cell_for_callback is called,
|
|
`is_padding_timer_scheduled` flag was not reset. Now it is set to 0 at
|
|
the top of that function. Fix bug #32671.
|