Fixed domain setting for windows client.
This commit is contained in:
parent
90cc7eb3c8
commit
e563b2b62e
@ -537,6 +537,8 @@ BOOL wf_authenticate(freerdp* instance, char** username, char** password, char**
|
||||
|
||||
if (strlen(Domain) > 0)
|
||||
*domain = _strdup(Domain);
|
||||
else
|
||||
*domain = _strdup("\0");
|
||||
|
||||
*password = _strdup(Password);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user