diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 05:24:59 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 05:24:59 +0000 |
commit | 19164790b0c56dbae2997c477ce733efd45913b0 (patch) | |
tree | 7cfa407e5de2f88f00c86ab93375ea3073bd5a1a /source3/rpc_client | |
parent | 19cda0035e5e056595ac9a96bfb3b029b76eb4d2 (diff) | |
download | samba-19164790b0c56dbae2997c477ce733efd45913b0.tar.gz samba-19164790b0c56dbae2997c477ce733efd45913b0.tar.bz2 samba-19164790b0c56dbae2997c477ce733efd45913b0.zip |
Merge: incorrect arg to debug.
(This used to be commit 800b79e8364d761bbd8c99016211dfe199eee080)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_netlogon.c | 2 |
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, |