]> 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, 1 Aug 2015 21:11:16 +0000 (22:11 +0100)
commit9a08d9a7c10458356b934af54206f0b642ecf715
treef8bfc6a73e0e1877dd18709ef2d01f1c84780b83
parent4eddcb4c564151d606aef8b3fc32172a6fac5573
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.
ssh.c