From b6c3195a5a08808c8cf6a6ae3099bf534ddd36a8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 2 Nov 2011 10:55:27 +0100 Subject: [PATCH] libcli/auth: debug the given computer name creds might be NULL metze --- libcli/auth/schannel_state_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/auth/schannel_state_tdb.c b/libcli/auth/schannel_state_tdb.c index 7ec8b3fdea0..12c1c5b6b37 100644 --- a/libcli/auth/schannel_state_tdb.c +++ b/libcli/auth/schannel_state_tdb.c @@ -193,7 +193,7 @@ NTSTATUS schannel_creds_server_step_check_tdb(struct tdb_context *tdb, if (schannel_required_for_call && !schannel_in_use) { DEBUG(0,("schannel_creds_server_step_check_tdb: " "client %s not using schannel for netlogon, despite negotiating it\n", - creds->computer_name )); + computer_name)); tdb_transaction_cancel(tdb); return NT_STATUS_ACCESS_DENIED; } -- 2.11.4.GIT