]> granicus.if.org Git - curl/commit
connectionexists: fix build without NTLM
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Apr 2015 11:31:35 +0000 (13:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Apr 2015 11:32:45 +0000 (13:32 +0200)
commitfd9d3a1ef1f7b1cb5812d04bad07818efc6f3b3a
treee0782049e228bc80bfa37d9062a6641aab13cc08
parentd409f094a54fa661f88800095b59e1dd4d1c6f2f
connectionexists: fix build without NTLM

Do not access NTLM-specific struct fields when built without NTLM
enabled!

bug: http://curl.haxx.se/?i=231
Reported-by: Patrick Rapin
lib/url.c