OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-483-g346b0d6
Gerrit Code Review
gerrit@openafs.org
Tue, 26 May 2026 15:20:25 -0400
The following commit has been merged in the master branch:
commit 346b0d60e52ecc450cf5514387af55d9181aa445
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Sep 30 12:22:50 2019 -0500
Remove unused rxkad_GetServerInfo() parameters
A few callers were giving pointers to rxkad_GetServerInfo() to extract
information the caller didn't actually need (that is, for the security
level and/or kvno for the conn). Change these callers to pass NULL for
the relevant parameters, to make it clearer in the code that this info
is not used.
Previous commit ae5dc207b9 (Remove unused expire times for
rxkad_GetServerInfo()) performed similar cleanup for expiration times
only.
Change-Id: I7b44a1f994fb2f297a3bfe857ac24b2359b708fe
Reviewed-on: https://gerrit.openafs.org/14027
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/budb/procs.c | 6 ++----
src/kauth/kaprocs.c | 3 +--
2 files changed, 3 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository