mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
fix compiler warning
This commit is contained in:
parent
c01c000b16
commit
5cdbfa1837
@ -166,7 +166,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
logmsg("fake_ntlm (user: %s) (proto: %s) (domain: %s) (cached creds: %s)",
|
logmsg("fake_ntlm (user: %s) (proto: %s) (domain: %s) (cached creds: %s)",
|
||||||
helper_user, helper_proto, helper_domain,
|
helper_user, helper_proto, helper_domain,
|
||||||
(use_cached_creds = TRUE) ? "yes" : "no");
|
(use_cached_creds == TRUE) ? "yes" : "no");
|
||||||
|
|
||||||
env = getenv("NTLM_AUTH_TESTNUM");
|
env = getenv("NTLM_AUTH_TESTNUM");
|
||||||
if (env) {
|
if (env) {
|
||||||
|
Loading…
Reference in New Issue
Block a user