]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fixed incorrect debug.
authorTim Potter <tpot@samba.org>
Thu, 4 Jul 2002 03:32:36 +0000 (03:32 +0000)
committerTim Potter <tpot@samba.org>
Thu, 4 Jul 2002 03:32:36 +0000 (03:32 +0000)
source/libsmb/cli_netlogon.c

index 4f5ccb1e210682b9739e18b9008fa01b3245fccd..d32e0e77e488381debc13062a57d31a9b7638c31 100644 (file)
@@ -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);