mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
Merge pull request #431 from bmiklautz/sspserverfix
core: Fixed segfault when connecting with nla
This commit is contained in:
commit
baf7a3b611
@ -1968,7 +1968,7 @@ NTLMSSP* ntlmssp_new()
|
||||
NTLMSSP* ntlmssp_client_new()
|
||||
{
|
||||
NTLMSSP* ntlmssp = ntlmssp_new();
|
||||
ntlmssp->server = true;
|
||||
ntlmssp->server = false;
|
||||
return ntlmssp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user