Run indentation script.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1805 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Henrik Andersson 2014-05-20 14:34:45 +00:00
parent 35ed85c03b
commit d3c4cb3535
3 changed files with 6 additions and 6 deletions

View File

@ -116,7 +116,7 @@ licence_send_new_licence_request(uint8 * client_random, uint8 * rsa_data, char *
out_uint8(s, ((g_rdp_version >= RDP_V5) ? 3 : 2)); /* version */
out_uint16_le(s, length);
out_uint32_le(s, 1); // KEY_EXCHANGE_ALG_RSA
out_uint32_le(s, 1); // KEY_EXCHANGE_ALG_RSA
out_uint16(s, 0);
out_uint16_le(s, 0xff01);
@ -317,7 +317,7 @@ licence_process_error_alert(STREAM s)
Valid Client" packet is sent which means, every thing is ok.
Therefor we should flag that everything is ok with license here.
*/
*/
if (error_code == 0x07)
{
g_licence_issued = True;

2
rdp.c
View File

@ -1507,7 +1507,7 @@ process_data_pdu(STREAM s, uint32 * ext_disc_reason)
*/
break;
case RDP_DATA_PDU_AUTORECONNECT_STATUS:
case RDP_DATA_PDU_AUTORECONNECT_STATUS:
warning("Automatic reconnect using cookie, failed.\n");
break;