rdp: Fix the ContextNew callback with recent FreeRDP versions
authorFORT David <rdp.effort@gmail.com>
Tue, 26 Apr 2016 21:34:05 +0000 (23:34 +0200)
committerBryce Harrington <bryce@osg.samsung.com>
Thu, 19 May 2016 23:19:08 +0000 (16:19 -0700)
commit2d4aa83fe194695aeaa76ddd2d00b9dcddc39433
treef79e2981a4513c4d04d92a8dca2de60f541bb5e9
parent58b63ab7f1eec70c421b42a509f13dbc08a558ad
rdp: Fix the ContextNew callback with recent FreeRDP versions

Since a quite long time FreeRDP expect the ContextNew callback to return TRUE
when it succeeds. Without this we have some arbitrary failures (most probably
when eax is 0 at the end of the function).

Signed-off-by: David Fort <contact@hardening-consulting.com>
src/compositor-rdp.c