OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2484-g4cdb94d
Gerrit Code Review
gerrit@openafs.org
Fri, 4 May 2012 17:31:17 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4cdb94dbc4f7cfc13c9f3e07929adcd96b3df1c8
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri May 4 17:13:32 2012 -0500
ubik: Initialize ubik_callPortal earlier
As of 7caf4143, we call ubeacon_InitServerList* before ubik_callPortal
is set, causing Rx connections to be created to port 0, causing
various problems with communicating with other sites. Initialize
ubik_callPortal to the correct value before calling any such
functions, so we create connections to the right port.
Change-Id: I37dbf575bcdec10463c7b6006738678096a92573
Reviewed-on: http://gerrit.openafs.org/7349
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/ubik/ubik.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository