wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.

This commit is contained in:
EA Durbin 2007-11-06 11:18:00 -06:00 committed by Alexandre Julliard
parent 7ad36eabfc
commit bc745fa4c4
1 changed files with 1 additions and 0 deletions

View File

@ -2244,6 +2244,7 @@ static BOOL INET_QueryOptionHelper(BOOL bIsUnicode, HINTERNET hInternet, DWORD d
}
case INTERNET_OPTION_SECURITY_FLAGS:
FIXME("INTERNET_OPTION_SECURITY_FLAGS: Stub\n");
bSuccess = TRUE;
break;
case INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT: