From f7cdd396abfc4a5ff3c99e03398f28aa7342af69 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 18 Oct 2017 13:26:07 +0200 Subject: [PATCH] rpc_client: Fix wording in a DEBUG statement Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Oct 19 04:57:44 CEST 2017 on sn-devel-144 --- source3/rpc_client/cli_netlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c index 19b81a5f5a9..616523ec371 100644 --- a/source3/rpc_client/cli_netlogon.c +++ b/source3/rpc_client/cli_netlogon.c @@ -368,7 +368,7 @@ again: if (cli_credentials_is_anonymous(trust_creds)) { DBG_WARNING("get_trust_credential for %s only gave anonymous," - "unable to make get NETLOGON credentials\n", + "unable to negotiate NETLOGON credentials\n", netlogon_creds_cli_debug_string( creds_ctx, frame)); status = NT_STATUS_CANT_ACCESS_DOMAIN_INFO; -- 2.47.3