FreeRDP/libfreerdp
Norbert Federa dd9f15450a core/capabilities: remove misplaced/useless code
Commit 0357a38e31 has added some code
without any effect.
That commit added code to rdp_read_capability_sets() to check if
CAPSET_TYPE_MULTI_FRAGMENT_UPDATE was not received which caused
settings->MultifragMaxRequestSize to be set to 0.

- this was done in the wrong place because we do these kind
  of checks in rdp_recv_confirm_active() by consulting the
  variable settings->ReceivedCapabilities[]
- the code had no effect at all because MultifragMaxRequestSize gets
  set to FASTPATH_FRAGMENT_SAFE_SIZE in rdp_recv_confirm_active()
  if the CAPSET_TYPE_MULTI_FRAGMENT_UPDATE was not received.
2015-02-02 18:25:10 +01:00
..
cache freerdp: more valgrind fixes 2014-12-27 15:34:45 -05:00
codec Added destination buffer width to h264_decompress. 2015-01-22 13:22:53 +01:00
common Standard RDP Security Layer Levels/Method Overhaul 2014-12-12 02:17:12 +01:00
core core/capabilities: remove misplaced/useless code 2015-02-02 18:25:10 +01:00
crypto libfreerdp-crypto: fix tls_write_all ringbuffer usage 2015-01-14 13:25:54 -05:00
gdi Updated h264_decompress arguments. 2015-01-22 13:24:15 +01:00
locale libfreerdp-utils: remove old time utils 2014-11-12 13:45:03 -05:00
primitives Merge branch 'master' of github.com:awakecoding/FreeRDP into egfx 2014-09-17 19:09:56 -04:00
utils Fix clang compiler warnings 2015-01-16 00:41:57 +01:00
CMakeLists.txt libfreerdp-rail: remove 2014-11-12 19:51:17 -05:00