OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-87-gfaa9d8f
Gerrit Code Review
gerrit@openafs.org
Wed, 30 Dec 2020 01:09:19 -0500
The following commit has been merged in the master branch:
commit faa9d8f11f28232000446d787ebf53ab9345eb89
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat Dec 8 18:05:36 2018 -0600
rx: Split out rxi_ConnectionMatch
Split out the connection-matching logic in rxi_FindConnection into a
new function called rxi_ConnectionMatch, so we can use it in other
functions in future commits.
This commit should have no visible impact; it is just code
reorganization.
Change-Id: Ibacec68d268977a8a2a3aca172653fc088334da6
Reviewed-on: https://gerrit.openafs.org/13603
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/rx/rx.c | 69 ++++++++++++++++++++++++++++++++++++++++++----------------
1 files changed, 50 insertions(+), 19 deletions(-)
--
OpenAFS Master Repository