From: Stefan Metzmacher Date: Wed, 2 Nov 2011 09:55:27 +0000 (+0100) Subject: libcli/auth: debug the given computer name creds might be NULL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c3195a5a08808c8cf6a6ae3099bf534ddd36a8;p=thirdparty%2Fsamba.git libcli/auth: debug the given computer name creds might be NULL metze --- 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; }