Removed if statement that was causing network characteristics autodetect to not work

This commit is contained in:
clangm 2015-09-11 15:01:31 -06:00
parent 02c86dece4
commit ac089f8a3f

View File

@ -186,9 +186,6 @@ BOOL nego_connect(rdpNego* nego)
return FALSE;
}
if (!(nego->flags & DYNVC_GFX_PROTOCOL_SUPPORTED))
settings->NetworkAutoDetect = FALSE;
return TRUE;
}