[PATCH] rpc_client: Fix wording in a DEBUG statement
Volker Lendecke
Volker.Lendecke at SerNet.DE
Wed Oct 18 11:27:43 UTC 2017
Hi!
Review appreciated!
Thanks, Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 8dadf1ad01133ef6db950b62d06dd1b59651a8aa Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Wed, 18 Oct 2017 13:26:07 +0200
Subject: [PATCH] rpc_client: Fix wording in a DEBUG statement
Signed-off-by: Volker Lendecke <vl at samba.org>
---
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.11.0
More information about the samba-technical
mailing list