mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[MSTSC] Fix unwanted change
svn path=/trunk/; revision=74564
This commit is contained in:
parent
973f7314b1
commit
a31e72a3f9
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ rdp_send_logon_info(uint32 flags, char *domain, char *user,
|
|||
|
||||
if (g_rdp_version == RDP_V4 || 1 == g_server_rdp_version)
|
||||
{
|
||||
DEBUG_RDP5(("Sending RDP4-style Logon packet\n"));
|
||||
|
||||
s = sec_init(sec_flags, 18 + len_domain + len_user + len_password
|
||||
+ len_program + len_directory + 10);
|
||||
|
|
Loading…
Reference in a new issue