secur32: Simplify memory management by not allocating memory for the CredHandle and...
authorRob Shearman <robertshearman@gmail.com>
Tue, 29 Dec 2009 19:05:54 +0000 (19:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Dec 2009 12:40:25 +0000 (13:40 +0100)
commit693433a3f22ce470ae35b5f99dc7c07c71a032cf
tree7d54165220f674f33d978793083ad1425450f5fc
parent5f01280edf8c14cab746066029f81ecbfd9d43cf
secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers.

Instead store the handles directly in the SspiData structure and pass
the addresses of these into SSPI functions.
dlls/secur32/tests/ntlm.c