rpc_client3: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Tue, 5 Sep 2017 12:08:41 +0000 (14:08 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 16 Sep 2017 06:36:17 +0000 (08:36 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_client/cli_pipe.c

index 63b6cf4b458343205379b79b398049f5303a8ed3..6cdb5df0bfdc549948c43af2fb3dac407b4f530f 100644 (file)
@@ -3294,7 +3294,7 @@ NTSTATUS cli_rpc_pipe_open_schannel_with_creds(struct cli_state *cli,
 
        status = netlogon_creds_cli_lock(netlogon_creds, rpccli, &ncreds);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0, ("netlogon_creds_cli_get returned %s\n",
+               DEBUG(0, ("netlogon_creds_cli_lock returned %s\n",
                          nt_errstr(status)));
                TALLOC_FREE(rpccli);
                return status;