[PATCH] rpc_client: Fix wording in a DEBUG statement

Jeremy Allison jra at samba.org
Wed Oct 18 22:16:35 UTC 2017


On Wed, Oct 18, 2017 at 01:27:43PM +0200, Volker Lendecke via samba-technical wrote:
> Hi!
> 
> Review appreciated!

LGTM. RB+ and I'll push with my next autobuild.

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

> 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