The branch, master has been updated
       via  3741cf9 Remove unused variable.
      from  9c4fdde Fix uninitialized variable frees on error paths.

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


- Log -----------------------------------------------------------------
commit 3741cf999e0f05a831d88330ac6bfa7ad34c2ec7
Author: Jeremy Allison <[email protected]>
Date:   Wed Nov 23 13:42:09 2011 -0800

    Remove unused variable.
    
    Autobuild-User: Jeremy Allison <[email protected]>
    Autobuild-Date: Thu Nov 24 00:17:41 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/tdb/tools/tdbtool.c b/lib/tdb/tools/tdbtool.c
index d4b85dc..d93f742 100644
--- a/lib/tdb/tools/tdbtool.c
+++ b/lib/tdb/tools/tdbtool.c
@@ -447,7 +447,6 @@ static void speed_tdb(const char *tlimit)
        printf("Testing fetch speed for %u seconds\n", timelimit);
        _start_timer();
        do {
-               long int r = random();
                TDB_DATA key;
                key.dptr = discard_const_p(uint8_t, str);
                key.dsize = strlen((char *)key.dptr);


-- 
Samba Shared Repository

Reply via email to