summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-04 03:32:36 +0000
committerTim Potter <tpot@samba.org>2002-07-04 03:32:36 +0000
commitbc418dbbc0a8c342335aa24cb58e18c0f8b48cfa (patch)
tree2a081a39e3f8fb43e78b15fdd09668ecd9c11fab /source3/libsmb
parenta3c3960edc63eb242620bbda373cfd9ba8e7ad65 (diff)
downloadsamba-bc418dbbc0a8c342335aa24cb58e18c0f8b48cfa.tar.gz
samba-bc418dbbc0a8c342335aa24cb58e18c0f8b48cfa.tar.bz2
samba-bc418dbbc0a8c342335aa24cb58e18c0f8b48cfa.zip
Fixed incorrect debug.
(This used to be commit dd46ff7619129782963ec6ea727e5d731370ee7d)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/cli_netlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cli_netlogon.c b/source3/libsmb/cli_netlogon.c
index 4f5ccb1e21..d32e0e77e4 100644
--- a/source3/libsmb/cli_netlogon.c
+++ b/source3/libsmb/cli_netlogon.c
@@ -43,7 +43,7 @@ NTSTATUS new_cli_net_req_chal(struct cli_state *cli, DOM_CHAL *clnt_chal,
/* create and send a MSRPC command with api NET_REQCHAL */
DEBUG(4,("new_cli_net_req_chal: LSA Request Challenge from %s to %s: %s\n",
- cli->desthost, global_myname, credstr(clnt_chal->data)));
+ global_myname, cli->desthost, credstr(clnt_chal->data)));
/* store the parameters */
init_q_req_chal(&q, cli->srv_name_slash, global_myname, clnt_chal);