OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3484-g75ef02d
Gerrit Code Review
gerrit@openafs.org
Sun, 24 Feb 2013 11:33:13 -0800 (PST)
The following commit has been merged in the master branch:
commit 75ef02d9dfb43079f111ea22ae351cf0eec13fab
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Feb 22 10:30:56 2013 +0000
afsmonitor: Allow CBSTATS collection to work
The switch which selects the collection number was missing a
'break', so selecting the CBSTATS collection would always fall
through to the default, error, case.
Caught by clang-analyzer
Change-Id: I354873d711c5f49ddad51f1b9fb332af91a6d13a
Reviewed-on: http://gerrit.openafs.org/9235
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/afsmonitor/afsmonitor.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository