OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4493-gb19bb7d

Gerrit Code Review gerrit@openafs.org
Tue, 2 Dec 2014 17:51:34 -0500


The following commit has been merged in the master branch:
commit b19bb7db413de426984f6ddb79b7b97ea478ffaf
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Oct 13 15:06:36 2014 -0500

    ubik: Convert DoProbe 'i' to 'nconns'
    
    DoProbe was using the variable 'i' to keep track of how many
    connections we have in the conns array. Keep track of this separately
    using a variable called 'nconns' instead, to make this function a bit
    less confusing.
    
    Change-Id: Ica2b4901c083b315e901366820042fad64030b3c
    Reviewed-on: http://gerrit.openafs.org/11540
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/ubik/recovery.c |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository