wininet: Fix initialization in test_cert_struct.

oldstable
Gerald Pfeifer 2012-08-19 00:41:48 +02:00 committed by Alexandre Julliard
parent 88eed3c0de
commit 44953d7003
1 changed files with 1 additions and 1 deletions

View File

@ -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);