mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Merge branch 'maint-0.4.8'
This commit is contained in:
commit
7fe80138e3
4
changes/bug40878
Normal file
4
changes/bug40878
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (vanguards addon support):
|
||||
- Count the conflux linked cell as valid when it is successfully
|
||||
processed. This will quiet a spurious warn in the vanguards addon.
|
||||
Fixes bug 40878; bugfix on 0.4.8.1-alpha.
|
@ -1990,6 +1990,9 @@ conflux_process_linked(circuit_t *circ, crypt_path_t *layer_hint,
|
||||
connection_ap_attach_pending(1);
|
||||
}
|
||||
|
||||
/* This cell is now considered valid for clients. */
|
||||
circuit_read_valid_data(TO_ORIGIN_CIRCUIT(circ), cell_len);
|
||||
|
||||
goto end;
|
||||
|
||||
close:
|
||||
|
Loading…
Reference in New Issue
Block a user