OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-56-gee8be26

Gerrit Code Review gerrit@openafs.org
Mon, 19 Jul 2021 21:35:40 -0400


The following commit has been merged in the master branch:
commit ee8be26e581b0dcb102a2833e21be2c46169cde1
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Sun Jul 18 20:55:57 2021 -0500

    tests: Add missing va_end in cmd/command-t
    
    Every va_start call is supposed to be paired with a matching va_end
    call, but 'checkList' is missing any call to va_end. This doesn't
    currently seem to cause any visible problems, but add the matching
    va_end to avoid potential future issues.
    
    Change-Id: I569618823f39f4da5b1787cc49c5509d8ea37528
    Reviewed-on: https://gerrit.openafs.org/14704
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 tests/cmd/command-t.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository