mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Note another place that we need to fix a 1090 issue.
This commit is contained in:
parent
4851de554d
commit
ed7c267743
1 changed files with 3 additions and 0 deletions
|
@ -789,6 +789,9 @@ addressmap_ent_remove(const char *address, addressmap_entry_t *ent)
|
||||||
static void
|
static void
|
||||||
clear_trackexithost_mappings(const char *exitname)
|
clear_trackexithost_mappings(const char *exitname)
|
||||||
{
|
{
|
||||||
|
/* XXXX022-1090 We need a variant of this that clears all mappings no longer
|
||||||
|
permitted because of changes to the ExcludeNodes, ExitNodes, or
|
||||||
|
ExcludeExitNodes settings. */
|
||||||
char *suffix;
|
char *suffix;
|
||||||
size_t suffix_len;
|
size_t suffix_len;
|
||||||
if (!addressmap || !exitname)
|
if (!addressmap || !exitname)
|
||||||
|
|
Loading…
Add table
Reference in a new issue