OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1255-g23e433f
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 08:16:56 -0700 (PDT)
The following commit has been merged in the master branch:
commit 23e433f10414d771937cbea5510b6006b6a7b063
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue May 31 08:31:55 2011 +0100
vos: print_addrs never receives multi-homed addrs
The magic address that tells the vlserver that a host is multi-homed,
and to look up the multi-homed address structure is an internal
implementation feature, which shouldn't be exposed to clients.
print_addrs is only ever called with the results of VL_GetAddrsU, which
has already converted any multi-homed pointers, so it doesn't need the
logic to handle them itself.
Change-Id: If8b6fd6fc433f413c3f3037160979e10c9a45a39
Reviewed-on: http://gerrit.openafs.org/4757
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/volser/vos.c | 58 +-----------------------------------------------------
1 files changed, 1 insertions(+), 57 deletions(-)
--
OpenAFS Master Repository