]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Don't try to load GSSAPI libs unless we'll use them.
authorSimon Tatham <anakin@pobox.com>
Sat, 1 Aug 2015 21:11:16 +0000 (22:11 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 17 Oct 2015 16:30:17 +0000 (17:30 +0100)
commitd61c6cad0bb2854f88ced9bf7f347d81e33ec7a3
tree2951ce58250b50b3a51abe2a404f0a7c655cbe14
parentd4e5b0dd1c2fbdc49bc5196918a489972349dc93
Don't try to load GSSAPI libs unless we'll use them.

A user reports that in a particular situation one of the calls to
LoadLibrary from wingss.c has unwanted side effects, and points out
that this happens even when the saved session has GSSAPI disabled. So
I've evaluated as much as possible of the condition under which we
check the results of GSS library loading, and deferred the library
loading itself until after that condition says we even care about the
results.

(cherry picked from commit 9a08d9a7c10458356b934af54206f0b642ecf715)
ssh.c