Final commit for fixing password issue; removed debug strings.
This commit is contained in:
parent
927bc71780
commit
873e904abd
@ -509,7 +509,6 @@ void rdp_write_info_packet(STREAM* s, rdpSettings* settings)
|
||||
{
|
||||
password = (uint8*)settings->password_cookie->data;
|
||||
cbPassword = settings->password_cookie->length - 2;
|
||||
freerdp_hexdump(password, cbPassword);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -110,10 +110,10 @@ boolean rdp_recv_server_redirection_pdu(rdpRdp* rdp, STREAM* s)
|
||||
freerdp_blob_alloc(redirection->password_cookie, passwordLength);
|
||||
stream_read(s, redirection->password_cookie->data, passwordLength);
|
||||
|
||||
//#ifdef WITH_DEBUG_REDIR
|
||||
// DEBUG_REDIR("password_cookie:");
|
||||
#ifdef WITH_DEBUG_REDIR
|
||||
DEBUG_REDIR("password_cookie:");
|
||||
freerdp_hexdump(redirection->password_cookie->data, redirection->password_cookie->length);
|
||||
//#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
if (redirection->flags & LB_TARGET_FQDN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user