ubik: Convert DoProbe 'i' to 'nconns'
authorAndrew Deason <adeason@sinenomine.net>
Mon, 13 Oct 2014 20:06:36 +0000 (15:06 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 2 Dec 2014 22:51:12 +0000 (17:51 -0500)
commitb19bb7db413de426984f6ddb79b7b97ea478ffaf
treea93eb97138be724791f4c24c1ea23982bb3023be
parent8ce37d0d4aa4e6107f79efaf5027f31ea5a17604
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