secur32: Don't return STATUS_SUCCESS from LsaGetLogonSessionData stub.

Kai Blin kai.blin at gmail.com
Wed Jun 3 06:00:36 CDT 2009


LsaGetLogonSessionData needs to allocate the SECURITY_LOGON_SESSION_DATA 
struct
when it returns STATUS_SUCCESS. We don't do that, so don't claim we succeeded.
This should fix bug #18758.
---
 dlls/secur32/lsa.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a76d8bd660346aa7e19abb9ca20aabf18b0f1e40.diff
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090603/ca3bbd9f/attachment.bin>


More information about the wine-patches mailing list