Commit 5cdbfa18 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning

parent c01c000b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {