The following commit has been merged in the openafs-stable-1_8_x branch:
commit 22c9d9f8916cef5eacc9c930fc25c34c24de17e4
Author: Pat Riehecky <[email protected]>
Date:   Fri Jun 1 16:33:37 2018 -0500

    Fix static expressions in conditionals
    
    The conditions in these if statements are always true (or always false).
    Remove the check in cmdebug.c, as it is unnecessary, and fix the check
    in vlclient.c to actually check for a valid voltype. (via cppcheck)
    
    Reviewed-on: https://gerrit.openafs.org/13158
    Reviewed-by: Michael Meffie <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 5cd5cd9fa8754a5af346fa6a392363b046316c75)
    
    Change-Id: Ie3a2d6bfc99d1b5adf0524afc29dac30b655d04d
    Reviewed-on: https://gerrit.openafs.org/13638
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/venus/cmdebug.c     |    4 ++--
 src/vlserver/vlclient.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to