]> git.michaelhowe.org Git - packages/o/openafs.git/commit
vos: print_addrs never receives multi-homed addrs
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 31 May 2011 07:31:55 +0000 (08:31 +0100)
committerDerrick Brashear <shadow@dementia.org>
Mon, 6 Jun 2011 03:32:17 +0000 (20:32 -0700)
commitd68c66eb6e8d0df2612485f8c72e155513b6cc36
treeebb00cdfb4a7adfa02336160d6df61336a3d8b88
parent7d84b8a69e10b48227ac72192b22fca4615292cc
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.

Reviewed-on: http://gerrit.openafs.org/4757
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 23e433f10414d771937cbea5510b6006b6a7b063)

Change-Id: I24df764211d99d84b116d1031b05de61b38c3397
Reviewed-on: http://gerrit.openafs.org/4792
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/volser/vos.c