RFR: JDK-8292586: simplify cleanups in NTLMAuthSequence getCredentialsHandle [v2]
Matthias Baesken
mbaesken at openjdk.org
Thu Aug 18 11:45:12 UTC 2022
On Thu, 18 Aug 2022 10:59:20 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
> Looks good. Minor suggestion that the check in line 144 be changed to:
>
> if (ss == SEC_E_OK) {
>
> which complements the change to the initialization of variable ss.
Hi Michael, I adjusted the check.
-------------
PR: https://git.openjdk.org/jdk/pull/9914
More information about the net-dev
mailing list