OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3465-g7b0b710

Gerrit Code Review gerrit@openafs.org
Sun, 24 Feb 2013 11:11:15 -0800 (PST)


The following commit has been merged in the master branch:
commit f9eab19d82a99b1bbec2b66b42c9eb81dbbe7f97
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Feb 19 16:31:28 2013 +0000

    rxkad: Remove redundant checkCksum initialisation
    
    checkCksum is assigned to by both sides of the if() expression, so
    there's no need to initialise it to 0.
    
    Caught by clang-analyzer
    
    Change-Id: Id0e286943e11b6948231577085cdb0ce96bb0b97
    Reviewed-on: http://gerrit.openafs.org/9183
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

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

-- 
OpenAFS Master Repository