NTLM single-sign on adjustments (VI)
Fix compiler warning
This commit is contained in:
parent
9779553221
commit
35051d274f
@ -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…
x
Reference in New Issue
Block a user