13 Jun
2017
13 Jun
'17
8:12 p.m.
On 13.06.2017 21:00, Alexandre Julliard wrote:
Matteo Bruni <mbruni(a)codeweavers.com> writes:
From: Michael Müller <michael(a)fds-team.de>
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> --- dlls/advapi32/tests/security.c | 153 ++++++++++++++++++++++++++++++++++++++++- dlls/ntdll/sec.c | 3 +- server/handle.c | 130 +++++++++++++++++++++++++++++++++- 3 files changed, 282 insertions(+), 4 deletions(-)
It doesn't work here: [...]
I can't test it right now, but I suspect that this is caused by a change done by Matteo Bruni in patch 2.
+ if (!count) return 1; +
This wasn't present yet in Michael Müllers original patchset. Best regards, Sebastian