From d073d7d4ebd461a1550595d0180f0367b67bcc16 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 24 Sep 2010 14:16:55 -0400 Subject: Consistency issues in load_windows_system_library patch. Thanks Sebastian --- src/or/ntmain.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/ntmain.c') diff --git a/src/or/ntmain.c b/src/or/ntmain.c index e5855aad8e..46e7afb78b 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."); -- cgit v1.2.3-54-g00ecf