Fixed channel count exceed checks
authorArmin Novak <armin.novak@thincast.com>
Tue, 28 Nov 2017 08:40:04 +0000 (09:40 +0100)
committerArmin Novak <armin.novak@thincast.com>
Tue, 28 Nov 2017 08:40:04 +0000 (09:40 +0100)
commit3e4c274cc928203891b93e240816bcbe9d8b4074
tree5558c19f41158cd6e6d7fd86dc0a75823cdd597d
parentae0fb6465657f7be259e048402f93a1534a9ccba
Fixed channel count exceed checks

The check aborted on CHANNEL_MAX_COUNT - 1 instead
of correctly at CHANNEL_MAX_COUNT
libfreerdp/core/client.c