Removed if statement that was causing network characteristics autodetect to not work
This commit is contained in:
parent
02c86dece4
commit
ac089f8a3f
@ -186,9 +186,6 @@ BOOL nego_connect(rdpNego* nego)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (!(nego->flags & DYNVC_GFX_PROTOCOL_SUPPORTED))
|
||||
settings->NetworkAutoDetect = FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user