summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 05:12:53 +0000
committerTim Potter <tpot@samba.org>2003-04-14 05:12:53 +0000
commit0f9e64d4476bd8ad75a1bc70138ae554dedcf507 (patch)
tree492f0fe2bf739b14ca166322690048f6937e544c
parentaf732811cc765b6a271a17af62364c199dc6752f (diff)
downloadsamba-0f9e64d4476bd8ad75a1bc70138ae554dedcf507.tar.gz
samba-0f9e64d4476bd8ad75a1bc70138ae554dedcf507.tar.bz2
samba-0f9e64d4476bd8ad75a1bc70138ae554dedcf507.zip
Fixed incorrect argument to debug.
(This used to be commit a4704754d912e1f704f574b733257bbcb3976141)
-rw-r--r--source3/rpc_client/cli_netlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c
index ae76e46c6d..61d4b59723 100644
--- a/source3/rpc_client/cli_netlogon.c
+++ b/source3/rpc_client/cli_netlogon.c
@@ -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,