aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-07 10:29:45 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-07 10:29:45 -0400
commit13d0855a893a46a0f6dc06dc7d983ea321f7206a (patch)
treeb87b2412eb1272dd446e5b748ad2e2d5816d612a /src
parentb9103c38c367807d4ca03bae4f707febfad2cfce (diff)
parent3b6d1676ec37def28994adf8ef6f50bed5fb6338 (diff)
downloadtor-13d0855a893a46a0f6dc06dc7d983ea321f7206a.tar.gz
tor-13d0855a893a46a0f6dc06dc7d983ea321f7206a.zip
Merge remote-tracking branch 'teor/bug27521'
Diffstat (limited to 'src')
-rw-r--r--src/lib/net/address.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/net/address.c b/src/lib/net/address.c
index d49ffe7066..03767e2950 100644
--- a/src/lib/net/address.c
+++ b/src/lib/net/address.c
@@ -1290,9 +1290,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)