]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix compiler warning
authorYang Tse <yangsita@gmail.com>
Fri, 29 Jul 2011 11:21:30 +0000 (13:21 +0200)
committerYang Tse <yangsita@gmail.com>
Fri, 29 Jul 2011 11:27:08 +0000 (13:27 +0200)
tests/server/fake_ntlm.c

index ef43cdf050f70c99caa601cdc7b8beddbc374141..c0aa1e048b07ecbe1854a5fc2e15051a5d43a5a9 100644 (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) {