mirror of
https://github.com/reactos/reactos.git
synced 2025-06-18 09:05:19 +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)
|
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
|
s = sec_init(sec_flags, 18 + len_domain + len_user + len_password
|
||||||
+ len_program + len_directory + 10);
|
+ len_program + len_directory + 10);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue