The branch, master has been updated
via 2eab1d7... tdb: remove unused variable in tdb_new_database().
from 7200c25... Revert "s4-rodc: Fix provision warnings by creating ntds
objectGUID in provision"
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2eab1d7fdcb54f9ec27431ca4858eb64cb1bd835
Author: Günther Deschner <[email protected]>
Date: Tue May 11 13:40:12 2010 +0200
tdb: remove unused variable in tdb_new_database().
Guenther
-----------------------------------------------------------------------
Summary of changes:
lib/tdb/common/open.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/tdb/common/open.c b/lib/tdb/common/open.c
index 3ff6b17..7687ff6 100644
--- a/lib/tdb/common/open.c
+++ b/lib/tdb/common/open.c
@@ -51,7 +51,6 @@ static int tdb_new_database(struct tdb_context *tdb, int
hash_size)
struct tdb_header *newdb;
size_t size;
int ret = -1;
- ssize_t written;
/* We make it up in memory, then write it out if not internal */
size = sizeof(struct tdb_header) + (hash_size+1)*sizeof(tdb_off_t);
--
Samba Shared Repository