From 19164790b0c56dbae2997c477ce733efd45913b0 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 Apr 2003 05:24:59 +0000 Subject: Merge: incorrect arg to debug. (This used to be commit 800b79e8364d761bbd8c99016211dfe199eee080) --- source3/rpc_client/cli_netlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_client') 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, -- cgit