Re: secur32: Fix wrapper.c to honour functions that are run twice.
21 Aug
2005
21 Aug
'05
7:03 p.m.
* Kai Blin <blin(a)gmx.net> [21/08/05, 20:15:55]:
- ret = SECUR32_makeSecHandle(phContext, package, &myCtxt); + ret = SECUR32_makeSecHandle(phNewContext, package, &myCtxt); if (ret != SEC_E_OK) package->provider->fnTableW.DeleteSecurityContext( &myCtxt);
Of course this needs to be changed, or SECUR32_makeSecHandle will overwrite the return value of InitializeSecurityContext resp. AcceptSecurityContext. Fixed in my new patch. Sorry, Kai -- Kai Blin, (blin at gmx dot net) How sharper than a hound's tooth it is to have a thankless serpent.
7419
Age (days ago)
7419
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kai Blin