[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Mar 25 03:30:28 MDT 2010


The branch, master has been updated
       via  5931588... tdb: Fix indentation in tdb_new_database()
      from  ea8e0d5... Fix some nonempty blank lines

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


- Log -----------------------------------------------------------------
commit 59315887a07033316edf91c0c57563eee5ea992d
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Mar 25 10:29:41 2010 +0100

    tdb: Fix indentation in tdb_new_database()

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

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 114ba43..dfe780d 100644
--- a/lib/tdb/common/open.c
+++ b/lib/tdb/common/open.c
@@ -92,7 +92,7 @@ static int tdb_new_database(struct tdb_context *tdb, int hash_size)
 		size -= written;
 		written = write(tdb->fd, newdb+written, size);
 		if (written == size) {
-		ret = 0;
+			ret = 0;
 		} else if (written >= 0) {
 			/* a second incomplete write - we give up.
 			 * guessing the errno... */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list