The following commit has been merged in the openafs-stable-1_8_x branch:
commit c08c7ba8fbf37018176ee87b980650dd34124678
Author: Cheyenne Wills <[email protected]>
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 <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to