From: Tim Potter Date: Thu, 4 Jul 2002 03:32:36 +0000 (+0000) Subject: Fixed incorrect debug. X-Git-Tag: samba-3.0.0alpha18~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd46ff7619129782963ec6ea727e5d731370ee7d;p=thirdparty%2Fsamba.git Fixed incorrect debug. --- diff --git a/source/libsmb/cli_netlogon.c b/source/libsmb/cli_netlogon.c index 4f5ccb1e210..d32e0e77e48 100644 --- a/source/libsmb/cli_netlogon.c +++ b/source/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);