]> granicus.if.org Git - curl/commit
http_ntlm: Fixed additional NSS initialisation call when decoding type-2
authorSteve Holme <steve_holme@hotmail.com>
Sun, 23 Nov 2014 15:46:12 +0000 (15:46 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 23 Nov 2014 16:05:08 +0000 (16:05 +0000)
commit8ed2420dbb302f92ba9058684b2d4af3793715c9
treed1a67c2f541f4042177aa35657aecea889c59c00
parent409265a571e3b0202db0db9511d9c11463dbc66d
http_ntlm: Fixed additional NSS initialisation call when decoding type-2

After commit 48d19acb7c the HTTP code would call Curl_nss_force_init()
twice when decoding a NTLM type-2 message, once directly and the other
through the call to Curl_sasl_decode_ntlm_type2_message().
lib/curl_ntlm.c