Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid duplicating IPv6 address information
In commit c52ed2c a free_ipv6addresses() call was removed, which lead to duplicated IPv6 address information in some cases. Re-add this freeing, to be sure we don't add existing information to an already existing pointer chain. Signed-off-by: David Sommerseth <[email protected]>
- Loading branch information