[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Fri Aug 25 02:11:02 UTC 2017


The branch, master has been updated
       via  27fae4c schannel.idl: Fix a typo
       via  00f3296 ctdb: Fix a typo
      from  c804f26 tdb: version 1.3.15

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 27fae4cea30c98979462ffdb4582b054686f73d9
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Aug 24 17:03:30 2017 +0200

    schannel.idl: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Fri Aug 25 04:10:25 CEST 2017 on sn-devel-144

commit 00f32962e8c2948c7a8bfef183126603fb96b1eb
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Aug 23 18:11:32 2017 +0200

    ctdb: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 ctdb/server/ctdb_daemon.c | 2 +-
 librpc/idl/schannel.idl   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/server/ctdb_daemon.c b/ctdb/server/ctdb_daemon.c
index 28492ac..80b334b 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.
diff --git a/librpc/idl/schannel.idl b/librpc/idl/schannel.idl
index fa688f6..3bc8a92 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;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list