Missing credentials are correctly honoured now
This commit is contained in:
parent
b4667cac18
commit
955d7f5dc1
@ -361,8 +361,8 @@ DWORD WINAPI EapPeerInvokeIdentityUI(
|
||||
else {
|
||||
eap::config_providers cfg(g_peer);
|
||||
_EAPMETHOD_PEER_UI::credentials_type cred(g_peer);
|
||||
if (!g_peer.unpack(cfg, pConnectionData, dwConnectionDataSize, ppEapError) ||
|
||||
!g_peer.unpack(cred, pUserData, dwUserDataSize, ppEapError) ||
|
||||
if ( !g_peer.unpack(cfg, pConnectionData, dwConnectionDataSize, ppEapError) ||
|
||||
dwUserDataSize && !g_peer.unpack(cred, pUserData, dwUserDataSize, ppEapError) ||
|
||||
!g_peer.invoke_identity_ui(hwndParent, dwFlags, cfg, cred, ppwszIdentity, ppEapError) ||
|
||||
!g_peer.pack(cred, ppUserDataOut, pdwUserDataOutSize, ppEapError))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user