Hi Daniel, > Since Curl_ntlm_sspi_cleanup() is defined to nothing on some systems we get a > warning in curl_sasl.c and I was thinking perhaps we can add something like > the following to avoid the warning:
Thank you for that. I saw the waning on the automated builds and couldn't figure it out - I had forgotten that, that function was a NOP on non-SSPI systems. I've tested your fix on Windows with and without SSPI compiled in and it seems to be good ;-) As such I've pushed commit: 273e9afcc8f4 Cheers Steve ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
