Fixed incorrect argument to debug.
authorTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:12:53 +0000 (05:12 +0000)
committerTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:12:53 +0000 (05:12 +0000)
(This used to be commit a4704754d912e1f704f574b733257bbcb3976141)

source3/rpc_client/cli_netlogon.c

index ae76e46c6d730d1c10603ed171a15c772950469d..61d4b5972319d4d3944b7c55a7ad751951594de2 100644 (file)
@@ -99,7 +99,7 @@ NTSTATUS cli_net_auth2(struct cli_state *cli,
 
         DEBUG(4,("cli_net_auth2: srv:%s acct:%s sc:%x mc: %s chal %s neg: %x\n",
                  cli->srv_name_slash, cli->mach_acct, sec_chan, global_myname(),
-                 credstr(cli->clnt_cred.challenge.data), neg_flags));
+                 credstr(cli->clnt_cred.challenge.data), *neg_flags));
 
         /* store the parameters */
         init_q_auth_2(&q, cli->srv_name_slash, cli->mach_acct,