mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
winhttp: Accept WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH as session option.
This commit is contained in:
parent
86544ce98f
commit
8a3211af4c
@ -182,6 +182,9 @@ static BOOL session_set_option( object_header_t *hdr, DWORD option, LPVOID buffe
|
||||
case WINHTTP_OPTION_RECEIVE_TIMEOUT:
|
||||
session->recv_timeout = *(DWORD *)buffer;
|
||||
return TRUE;
|
||||
case WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH:
|
||||
FIXME("WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH: 0x%x\n", *(DWORD *)buffer);
|
||||
return TRUE;
|
||||
default:
|
||||
FIXME("unimplemented option %u\n", option);
|
||||
set_last_error( ERROR_INVALID_PARAMETER );
|
||||
|
Loading…
Reference in New Issue
Block a user