NTLM single-sign on adjustments (VI)

Fix compiler warning
This commit is contained in:
Yang Tse 2011-07-28 22:47:42 +02:00
parent 9779553221
commit 35051d274f
1 changed files with 4 additions and 0 deletions

View File

@ -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;