Merge pull request #2912 from realjiangms/shadow_fix_auth_nopasswd
Server/Shadow: Minor fix on authentication in shadow_client.c.
This commit is contained in:
commit
8ee0eb4342
@ -239,7 +239,7 @@ BOOL shadow_client_post_connect(freerdp_peer* peer)
|
||||
if (settings->Username && settings->Password)
|
||||
settings->AutoLogonEnabled = TRUE;
|
||||
|
||||
if (settings->AutoLogonEnabled && server->authentication)
|
||||
if (server->authentication)
|
||||
{
|
||||
if (subsystem->Authenticate)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user