[SCM] Samba Shared Repository - branch master updated

Simo Sorce idra at samba.org
Sat Feb 16 09:14:02 MST 2013


The branch, master has been updated
       via  05235d5 tdb: Fix a typo
      from  10b96e3 Fix the maxfids test so that it does not fork lots of processes and so that it works for all cases of maxfids.

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


- Log -----------------------------------------------------------------
commit 05235d5b444558f6d06ef12ea7d74850800425cf
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Feb 16 13:26:36 2013 +0100

    tdb: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Simo Sorce <idra at samba.org>
    Autobuild-Date(master): Sat Feb 16 17:13:32 CET 2013 on sn-devel-104

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

Summary of changes:
 lib/tdb/common/open.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/common/open.c b/lib/tdb/common/open.c
index 08b9450..05d7cae 100644
--- a/lib/tdb/common/open.c
+++ b/lib/tdb/common/open.c
@@ -215,7 +215,7 @@ _PUBLIC_ struct tdb_context *tdb_open_ex(const char *name, int hash_size, int td
 		goto fail;
 	}
 
-	/* now make a copy of the name, as the caller memory might went away */
+	/* now make a copy of the name, as the caller memory might go away */
 	if (!(tdb->name = (char *)strdup(name))) {
 		/*
 		 * set the name as the given string, so that tdb_name() will


-- 
Samba Shared Repository


More information about the samba-cvs mailing list