On 13.06.2017 22:12, Sebastian Lackner wrote:
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
It is indeed caused by this specific change, so it probably makes sense to hold back patch 2 aswell. @Matteo: Was there any specific reason for this change? Best regards, Sebastian