Removed if statement that was causing network characteristics autodetect to not work
authorclangm <matthew.nel.clang@hp.com>
Fri, 11 Sep 2015 21:01:31 +0000 (15:01 -0600)
committerclangm <matthew.nel.clang@hp.com>
Fri, 11 Sep 2015 21:01:31 +0000 (15:01 -0600)
libfreerdp/core/nego.c

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