tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3b6d1676ec37def28994adf8ef6f50bed5fb6338
parent b8a2bdbdc8c467762f1bb0c2d103c566fe9703a7
Author: teor <teor@torproject.org>
Date:   Thu,  6 Sep 2018 13:07:10 +1000

Comment: Fix typos in get_interface_addresses_win32()

Closes 27521.

Diffstat:
Msrc/lib/net/address.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/net/address.c b/src/lib/net/address.c @@ -1295,9 +1295,9 @@ ip_adapter_addresses_to_smartlist(const IP_ADAPTER_ADDRESSES *addresses) return result; } -/** Windows only: use GetAdaptersInfo() function to retrieve network interface - * addresses of current machine and return them to caller as smartlist of - * <b>tor_addr_t</b> structures. +/** Windows only: use GetAdaptersAddresses() to retrieve the network interface + * addresses of the current machine. + * Returns a smartlist of <b>tor_addr_t</b> structures. */ STATIC smartlist_t * get_interface_addresses_win32(int severity, sa_family_t family)