aboutsummaryrefslogtreecommitdiff
path: root/src/or/ntmain.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-24 14:16:55 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-24 14:16:55 -0400
commitd073d7d4ebd461a1550595d0180f0367b67bcc16 (patch)
tree99e186ecc50ba5f4a19c2ba122feb63daf8a631f /src/or/ntmain.c
parentaa7f55c45f942f45692c4a99e6fe1d5784609509 (diff)
downloadtor-d073d7d4ebd461a1550595d0180f0367b67bcc16.tar
tor-d073d7d4ebd461a1550595d0180f0367b67bcc16.tar.gz
Consistency issues in load_windows_system_library patch. Thanks Sebastian
Diffstat (limited to 'src/or/ntmain.c')
-rw-r--r--src/or/ntmain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c
index e5855aad8..46e7afb78 100644
--- a/src/or/ntmain.c
+++ b/src/or/ntmain.c
@@ -138,7 +138,6 @@ nt_service_loadlibrary(void)
if (service_fns.loaded)
return;
- /* XXXX Possibly, we should hardcode the location of this DLL. */
if (!(library = load_windows_system_library(TEXT("advapi32.dll")))) {
log_err(LD_GENERAL, "Couldn't open advapi32.dll. Are you trying to use "
"NT services on Windows 98? That doesn't work.");