[PATCH] Fix two typos

Jeremy Allison jra at samba.org
Thu Aug 24 22:14:25 UTC 2017


On Thu, Aug 24, 2017 at 05:08:34PM +0200, Volker Lendecke via samba-technical wrote:
> Hi!
> 
> Review appreciated!

LGTM. Pushed !

> -- 
> 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 429938790214b450d5898a124c04394401fc5de2 Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Wed, 23 Aug 2017 18:11:32 +0200
> Subject: [PATCH 1/2] ctdb: Fix a typo
> 
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
>  ctdb/server/ctdb_daemon.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ctdb/server/ctdb_daemon.c b/ctdb/server/ctdb_daemon.c
> index 28492ac7c01..80b334b1f03 100644
> --- a/ctdb/server/ctdb_daemon.c
> +++ b/ctdb/server/ctdb_daemon.c
> @@ -1756,7 +1756,7 @@ struct ctdb_client *ctdb_find_client_by_pid(struct ctdb_context *ctdb, pid_t pid
>     Samba does this when it needs/wants to check if a subrecord in one of the
>     databases is still valied, or if it is stale and can be removed.
>     If the node is in unhealthy or stopped state we just kill of the samba
> -   process holding htis sub-record and return to the calling samba that
> +   process holding this sub-record and return to the calling samba that
>     the process does not exist.
>     This allows us to forcefully recall subrecords registered by samba processes
>     on banned and stopped nodes.
> -- 
> 2.11.0
> 
> 
> From 7a4005efa77392e5c54370105b75c1b8e15cc897 Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Thu, 24 Aug 2017 17:03:30 +0200
> Subject: [PATCH 2/2] schannel.idl: Fix a typo
> 
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
>  librpc/idl/schannel.idl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/librpc/idl/schannel.idl b/librpc/idl/schannel.idl
> index fa688f675ac..3bc8a92c92f 100644
> --- a/librpc/idl/schannel.idl
> +++ b/librpc/idl/schannel.idl
> @@ -27,7 +27,7 @@ interface schannel
>  		dom_sid *sid;
>  	} netlogon_creds_CredentialState;
>  
> -	/* This is used in the schannel_cache.tdb */
> +	/* This is used in the schannel_store.tdb */
>  	typedef [public] struct {
>  		[string,charset(UTF16)] uint16 *computer_name;
>  		netr_Credential server_challenge;
> -- 
> 2.11.0
> 




More information about the samba-technical mailing list