Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look at the autobuilds at https://curl.se/dev/builds.html.
All green :-) Instead, test 1165 was failing with
Present in configure.ac, not used by code: CURL_DISABLE_NTLM Documented, but not used by code: CURL_DISABLE_NTLM
The last usage of CURL_DISABLE_NTLM was removed with 1bf3643#diff-9f7d1f1e2f497cabfc05b279c04b116f9213b2f2ea8f6b4c4ec795252fd1905e.
CURL_DISABLE_NTLM
master
all
The text was updated successfully, but these errors were encountered:
It is still used in code.
curl/lib/curl_setup.h
Line 630 in a6e9196
I'm not sure why this test fails on some systems...
Sorry, something went wrong.
I just realized why... PR pending.
tests/disable-scan.pl: properly detect multiple symbols per line
ade4099
Test 1165 would fail on some systems because it didn't detect CURL_DISABLE_* symbols that were used to the right of another one on the same line! The script would only detect and extract the first one. Reported-by: Marcel Raad Fixes #8384
60d076c
bagder
Successfully merging a pull request may close this issue.
I did this
Look at the autobuilds at https://curl.se/dev/builds.html.
I expected the following
All green :-)
Instead, test 1165 was failing with
The last usage of
CURL_DISABLE_NTLM
was removed with 1bf3643#diff-9f7d1f1e2f497cabfc05b279c04b116f9213b2f2ea8f6b4c4ec795252fd1905e.curl/libcurl version
master
operating system
all
The text was updated successfully, but these errors were encountered: