mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
r12617 broke the compile
svn:r12618
This commit is contained in:
parent
f061994487
commit
30e1a862e7
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ exit_policy_remove_redundancies(addr_policy_t **dest)
|
|||
policy_write_item(p1, sizeof(p1), ap);
|
||||
policy_write_item(p2, sizeof(p2), tmp);
|
||||
log(LOG_DEBUG, LD_CONFIG, "Removing exit policy %s. It is already "
|
||||
"covered by %s.", ap, tmp);
|
||||
"covered by %s.", p1, p2);
|
||||
victim = ap;
|
||||
ap = ap->next;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue