OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-79-g5d6dbcf

Gerrit Code Review gerrit@openafs.org
Fri, 17 Jan 2025 18:42:45 -0500


The following commit has been merged in the master branch:
commit 5d6dbcfd746d5231f2b14203503160cd3c111437
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Jan 16 23:42:45 2025 -0600

    AIX: Use afs_IsPagId()
    
    Commit c856bd9c87 (afs: Introduce afs_IsPagId()) converted all of our
    PAG id checks to use afs_IsPagId(), except for one place in AIX's
    osi_groups.c by mistake. Update it, so all PAG id checks now use
    afs_IsPagId().
    
    Thanks to ben@huntsmans.net for pointing out the mistake.
    
    Change-Id: Ic18967da229d60b7c9fab8da565dd80645ac1c7f
    Reviewed-on: https://gerrit.openafs.org/16116
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Ben Huntsman <ben@huntsmans.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/afs/AIX/osi_groups.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
OpenAFS Master Repository