OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_9-71-gc08c7ba

Gerrit Code Review gerrit@openafs.org
Thu, 30 Mar 2023 11:27:57 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit c08c7ba8fbf37018176ee87b980650dd34124678
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Fri Feb 24 13:05:29 2023 -0700

    rx: Revert RXS_DestroyConnection()'s return type
    
    Commit 'rx: Do not ignore RXS_* op errors' (635594d6c) changed the
    rx_securityOps.op_DestoryConnection()'s signature to a void return.
    This is a change to a public interface.
    
    To maintain backward compatibility within openafs 1.8.x, restore
    op_DestoryConnection's signature back to returning an 'int', and revert
    the changes to rxkad_DestroyConnection() so it returns an int value.
    Since returning an error value from this function doesn't make sense,
    as noted by commit '635594d6c', always return a 0 value.
    
    This is a 1.8.x specific commit
    
    Change-Id: I9685ac884a10298ae8faad012717499874f25316
    Reviewed-on: https://gerrit.openafs.org/15334
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/rx/rx.h                  | 10 +++-------
 src/rxkad/rxkad_common.c     |  5 +++--
 src/rxkad/rxkad_prototypes.h |  4 ++--
 3 files changed, 8 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository