commit | 2d4aa83fe194695aeaa76ddd2d00b9dcddc39433 | [log] [tgz] |
---|---|---|
author | FORT David <rdp.effort@gmail.com> | Tue Apr 26 23:34:05 2016 +0200 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Thu May 19 16:19:08 2016 -0700 |
tree | f79e2981a4513c4d04d92a8dca2de60f541bb5e9 | |
parent | 58b63ab7f1eec70c421b42a509f13dbc08a558ad [diff] |
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>