[SCM] Samba Shared Repository - branch master updated - e48a5cd5d4fc2626b09af16a0ac68c638d081437

Tim Prouty tprouty at samba.org
Tue Dec 16 16:35:32 GMT 2008


The branch, master has been updated
       via  e48a5cd5d4fc2626b09af16a0ac68c638d081437 (commit)
      from  9cf2c45aa7e3880909277ac5c083675adf48cfb3 (commit)

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


- Log -----------------------------------------------------------------
commit e48a5cd5d4fc2626b09af16a0ac68c638d081437
Author: Tim Prouty <tprouty at samba.org>
Date:   Tue Dec 16 08:33:58 2008 -0800

    s3/s4: Fix "shadows a global declaration" warning

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

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


Changeset truncated at 500 lines:

diff --git a/lib/tdb/tools/tdbtool.c b/lib/tdb/tools/tdbtool.c
index 1ecad62..2a11cda 100644
--- a/lib/tdb/tools/tdbtool.c
+++ b/lib/tdb/tools/tdbtool.c
@@ -455,7 +455,7 @@ static void next_record(TDB_CONTEXT *the_tdb, TDB_DATA *pkey)
 		print_rec(the_tdb, *pkey, dbuf, NULL);
 }
 
-static int test_fn(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state)
+static int test_fn(TDB_CONTEXT *the_tdb, TDB_DATA key, TDB_DATA dbuf, void *state)
 {
 	return 0;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list