Commit 44953d70 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

wininet: Fix initialization in test_cert_struct.

parent 88eed3c0
......@@ -2945,7 +2945,7 @@ static void test_cert_struct(HINTERNET req)
"test.winehq.org\r\n"
"webmaster@winehq.org";
memset(&info, 0x5, sizeof(&info));
memset(&info, 0x5, sizeof(info));
size = sizeof(info);
res = InternetQueryOption(req, INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT, &info, &size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment