mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:07:28 +03:00
NTLM single-sign on adjustments (VI)
Fix compiler warning
This commit is contained in:
parent
9779553221
commit
35051d274f
1 changed files with 4 additions and 0 deletions
|
|
@ -164,6 +164,10 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
|
||||
logmsg("fake_ntlm (user: %s) (proto: %s) (domain: %s) (cached creds: %s)",
|
||||
helper_user, helper_proto, helper_domain,
|
||||
(use_cached_creds = TRUE) ? "yes" : "no");
|
||||
|
||||
env = getenv("NTLM_AUTH_TESTNUM");
|
||||
if (env) {
|
||||
char *endptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue