mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
ee8be26e58
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>