aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-01 18:33:02 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-01 18:33:02 +0000
commit85076992560c80502b81424eb08d876e61e0f068 (patch)
tree229ba8e7caad310f01c8b8d25a620f390276a3b0 /src/or/eventdns.c
parent6f2a92c5b3b9a9f4431018f78fed3ddafc328882 (diff)
downloadtor-85076992560c80502b81424eb08d876e61e0f068.tar
tor-85076992560c80502b81424eb08d876e61e0f068.tar.gz
r11624@catbus: nickm | 2007-02-01 13:17:35 -0500
Note a few questionable bits pointed out by RATS. (And no, RATS, I'm not about to stop having fixed-sized local buffers for you. I know how to use them, thankyouverymuch.) svn:r9474
Diffstat (limited to 'src/or/eventdns.c')
-rw-r--r--src/or/eventdns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/eventdns.c b/src/or/eventdns.c
index 6bf195b4d..055dee54d 100644
--- a/src/or/eventdns.c
+++ b/src/or/eventdns.c
@@ -2768,6 +2768,7 @@ 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 = LoadLibrary("iphlpapi.dll"))) {
log(EVDNS_LOG_WARN, "Could not open iphlpapi.dll");
//right now status = 0, doesn't that mean "good" - mikec