OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1232-g90507fc
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 07:01:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit 90507fcb104313154679f89ac22c1947c713a65d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu May 19 18:56:27 2011 +0100
vlserver: Use correct memsets in vlentry convertor
The various vlentry_to_<blah> conversion functions have obviously
been copy and pasted from each other. However, the size of the
structure which is being zeroed has not been updated when we are
zeroing different structures. Fix this, so that we always clear all
of the structure that we are filling.
Change-Id: Ic822e1d2b17494574074c332c7680e94d4701c66
Reviewed-on: http://gerrit.openafs.org/4773
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vlserver/vlprocs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository