OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-531-gdf2688c
Gerrit Code Review
gerrit@openafs.org
Thu, 5 Mar 2020 21:39:37 -0500
The following commit has been merged in the master branch:
commit 302a203cf99fc0f11a402a31121cbe306f9bed30
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Thu Feb 20 16:09:49 2020 -0500
auth: pass the directory name to _afsconf_CellServDBPath
Change the signature of the _afsconf_CellServDBPath() static function to
take just the base directory name of the CellServDB file instead of the
entire afsconf_dir data object. This makes it clear we do not need other
members of the afsconf_dir structure to compose the CellServDB path.
Change-Id: I57509b2ca09123e78df5533d63494c66b5b24cdf
Reviewed-on: https://gerrit.openafs.org/14076
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/auth/cellconfig.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository