1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Fixed incorrect argument to debug.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 0f3c2bfbd2
commit a4704754d9

View 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,