OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3421-g9122f81
Gerrit Code Review
gerrit@openafs.org
Thu, 21 Feb 2013 22:03:32 -0800 (PST)
The following commit has been merged in the master branch:
commit 9122f81d15f777c996fd26fa52071807886b511e
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Feb 19 14:44:14 2013 +0000
vos: aserver is private
The server specified on the command line is used directly to
initialise the attributes structure. Move the variable so it's
local to the block which uses it, and remove the function-wide
initialiser.
Caught by clang-analyzer
Change-Id: Ia636fae2ed505f6958cefbfbaa72ef7e37edec98
Reviewed-on: http://gerrit.openafs.org/9165
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/volser/vos.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository