OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-39-g6c9d49d
Gerrit Code Review
gerrit@openafs.org
Tue, 29 Dec 2009 18:20:47 -0800 (PST)
The following commit has been merged in the master branch:
commit 6c9d49d096017f15306d0c9256f6dc2d933f001e
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Dec 29 15:45:51 2009 -0500
Return a cell name from afsconf_LookupServer
Previously, afsconf_LookupServer could not meaningfully return a cell
name, since a char* was passed in for realCellName, and
afsconf_GetAfsdbInfo was expecting the value of the pointer to change.
Change afsconf_LookupServer to take a char**, and pass realCellName by
reference, so we can get a cell name back.
Change-Id: Ib945fcb4be482ee155cdd1dcd62fe577c002082d
Reviewed-on: http://gerrit.openafs.org/1039
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/auth/cellconfig.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository