fixing line 184 on LDAPPatch

This commit is contained in:
Jonathan Johnson
2023-10-25 10:52:17 -05:00
parent 2432cd267e
commit e84c0c3f64
+1 -1
View File
@@ -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();