diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-24 14:16:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-24 14:16:55 -0400 |
commit | d073d7d4ebd461a1550595d0180f0367b67bcc16 (patch) | |
tree | 99e186ecc50ba5f4a19c2ba122feb63daf8a631f /src/or/eventdns.c | |
parent | aa7f55c45f942f45692c4a99e6fe1d5784609509 (diff) | |
download | tor-d073d7d4ebd461a1550595d0180f0367b67bcc16.tar.gz tor-d073d7d4ebd461a1550595d0180f0367b67bcc16.zip |
Consistency issues in load_windows_system_library patch. Thanks Sebastian
Diffstat (limited to 'src/or/eventdns.c')
-rw-r--r-- | src/or/eventdns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/eventdns.c b/src/or/eventdns.c index c6fcbd9484..b929303fd5 100644 --- a/src/or/eventdns.c +++ b/src/or/eventdns.c @@ -3131,7 +3131,6 @@ load_nameservers_with_getnetworkparams(void) IP_ADDR_STRING *ns; GetNetworkParams_fn_t fn; - /* XXXX Possibly, we should hardcode the location of this DLL. */ if (!(handle = load_windows_system_library(TEXT("iphlpapi.dll")))) { log(EVDNS_LOG_WARN, "Could not open iphlpapi.dll"); /* right now status = 0, doesn't that mean "good" - mikec */ |