OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-219-gf2831d1

Gerrit Code Review gerrit@openafs.org
Mon, 24 Oct 2022 17:11:12 -0400


The following commit has been merged in the master branch:
commit f2831d109d7a111a1dbdce33e02bcea560127206
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Oct 12 14:42:33 2022 -0500

    rxkad: Consolidate refCount decrement
    
    To make code changes easier, all rxkad code that deals with
    incrementing/decrementing the rx_securityClass refCount should be done
    in the same place. Right now, there's only one incrementing code path,
    but there are two decrement code paths that are duplicated. Change the
    rxkad_DestroyConnection refCount-handling logic to just call
    rxkad_Close(), since the behavior is identical.
    
    Change-Id: Ibee79435dc62d79f0094ead818566c7f62c91898
    Reviewed-on: https://gerrit.openafs.org/15153
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/rxkad/rxkad_common.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

-- 
OpenAFS Master Repository