OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3498-g9894b0d

Gerrit Code Review gerrit@openafs.org
Mon, 25 Feb 2013 09:13:27 -0800 (PST)


The following commit has been merged in the master branch:
commit 9894b0ded9212e96308fc7df44005c513e8e6672
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Feb 24 10:48:14 2013 +0000

    bucoord: Remove dead initialisation
    
    offset is simply used as a copy of nextOffset for the GetText
    function call. We don't need to initialise it to 0 at the start of
    the loop (and arguably, as it is passed to the function by value,
    we could just remove the copy entirely)
    
    Caught by clang-analyzer
    
    Change-Id: I137ea3ba1ff44d94b90287d9735db69d6ff8717d
    Reviewed-on: http://gerrit.openafs.org/9249
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/bucoord/ubik_db_if.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository