auth: pass the directory name to _afsconf_CellServDBPath 76/14076/6
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 20 Feb 2020 21:09:49 +0000 (16:09 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 6 Mar 2020 02:34:11 +0000 (21:34 -0500)
commit302a203cf99fc0f11a402a31121cbe306f9bed30
tree6e3322fa8965d9d1a1c80ce64e39fad4dd5ff38e
parent7c431f7571bbc32b26180086d10932d41d0da08c
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