OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-557-gdf010f3

Gerrit Code Review gerrit@openafs.org
Sat, 19 Oct 2024 06:54:09 -0400


The following commit has been merged in the master branch:
commit df010f3e7ce915b81261965d2f27e5d7193a6fe2
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Mon Dec 5 15:19:17 2022 -0700

    afsd: honor the -nbiods option
    
    The commit:
    
     "afsd: Move to newer cmd syntax" (fbe6f0f4ad9)
    
    removed setting the flag variable "sawBiods" when the -nbiods option is
    used, this results in the -nbiods value being ignored and the default
    value being used.
    
    This problem was identified by the cppcheck static analysis tool.
    
    Note: The -nbiods option is only for AIX systems.
    
    Change-Id: I9a8d199a212a164660c1e9f8b4151792d9c9d0e0
    Reviewed-on: https://gerrit.openafs.org/15212
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 src/afsd/afsd.c | 1 +
 1 file changed, 1 insertion(+)

-- 
OpenAFS Master Repository