Add changes file for Bug #20874

This commit is contained in:
Neel Chauhan 2018-07-20 21:39:09 -04:00
parent f80cfc4476
commit 7651518b6d

7
changes/bug20874 Normal file
View file

@ -0,0 +1,7 @@
o Minor bugfixes (client, reachableaddresses):
- Instead of adding an "reject *:*" line to ReachableAddresses when
loading the configuration, add one to the policy after parsing it
in parse_reachable_addresses(). This prevents extra "reject *.*"
lines from accumulating on reloads. Fixes bug 20874; bugfix on
0.3.5.1-alpha. Patch by Neel Chauhan.