mce is not related to login flag 0x400

This commit is contained in:
jsorg71 2008-05-01 06:02:50 +00:00
parent 923dae5db9
commit c3181f2216
1 changed files with 0 additions and 5 deletions

View File

@ -356,11 +356,6 @@ xrdp_sec_process_logon_info(struct xrdp_sec* self, struct stream* s)
{ /* must be or error */
return 1;
}
if (flags & 0x400)
{
self->rdp_layer->client_info.is_mce = 1;
DEBUG(("flag 0x400 found"));
}
if (flags & RDP_LOGON_LEAVE_AUDIO)
{
self->rdp_layer->client_info.sound_code = 1;