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>
Thu, 3 Nov 2011 19:49:17 +0000 (20:49 +0100)
metze

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;
        }