silence warnings when connecting to w2k3 sp1 for now

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@884 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-04-14 16:46:13 +00:00
parent 23736e1f5e
commit daf84b718f
2 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,8 @@ cliprdr_process(STREAM s)
case CLIPRDR_DATA_RESPONSE:
ui_clip_handle_data(data, length);
break;
case 7: /* TODO: W2K3 SP1 sends this on connect with a value of 1 */
break;
default:
unimpl("CLIPRDR packet type %d\n", type);
}

2
rdp5.c
View File

@ -103,6 +103,8 @@ rdp5_process(STREAM s)
case 5:
ui_set_null_cursor();
break;
case 6: /* TODO: W2K3 SP1 sends this on connect */
break;
case 8:
in_uint16_le(ts, x);
in_uint16_le(ts, y);