OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3500-g2a2cae7
Gerrit Code Review
gerrit@openafs.org
Mon, 25 Feb 2013 10:00:29 -0800 (PST)
The following commit has been merged in the master branch:
commit d09b300a96691b4848760fde02b4d0e741bc2584
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Feb 24 12:36:02 2013 +0000
viced: Unused sentinel in h_stateVerifyUuuidHash
The 'found' sentinel in h_stateVerifyUuidHash is unused, because
as soon as we set it, we jump out to the 'done' label. Simplify the
function's logic, and remove a static analysis warning, by just
removing the variable.
Caught by clang-analyzer
Change-Id: I02e5ccf857f5d84cd24975b7a1b9d516624ecd64
Reviewed-on: http://gerrit.openafs.org/9250
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/viced/host.c | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 deletions(-)
--
OpenAFS Master Repository