libcli/auth: debug the given computer name creds might be NULL
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Nov 2011 09:55:27 +0000 (10:55 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 5 Mar 2012 19:53:19 +0000 (20:53 +0100)
metze
(cherry picked from commit b6c3195a5a08808c8cf6a6ae3099bf534ddd36a8)

libcli/auth/schannel_state_tdb.c

index 7ec8b3fdea0e5296b67f5a985c2f16f1349a82f4..12c1c5b6b371ed8a3d55ae3cc484bf6c57bd2f85 100644 (file)
@@ -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;
        }