fix compiler warning

This commit is contained in:
Yang Tse 2011-07-29 13:21:30 +02:00
parent c01c000b16
commit 5cdbfa1837
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ 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");
(use_cached_creds == TRUE) ? "yes" : "no");
env = getenv("NTLM_AUTH_TESTNUM");
if (env) {