From e84c0c3f64541b053ab1f59fc193f7f581cb386c Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 25 Oct 2023 10:52:17 -0500 Subject: [PATCH] fixing line 184 on LDAPPatch --- LDAPPatch/LDAPPatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDAPPatch/LDAPPatch.cpp b/LDAPPatch/LDAPPatch.cpp index 339a821..9b720fc 100644 --- a/LDAPPatch/LDAPPatch.cpp +++ b/LDAPPatch/LDAPPatch.cpp @@ -181,7 +181,7 @@ int main() HMODULE hModule = LoadLibrary(L"ntdll.dll"); if (hModule == NULL) { - printf("Failed to load wldap32.dll\n"); + printf("Failed to load ntdll.dll\n"); return 1; } LdapSearch1();