]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix conformance issue in GSSAPI tests
authorGreg Hudson <ghudson@mit.edu>
Wed, 18 Aug 2021 16:07:04 +0000 (12:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 9 Mar 2022 22:10:21 +0000 (17:10 -0500)
commit724040b21fbaef10fb09b02948dca42766284589
tree0cf878ae2ec7e15a82bb770d1b031a0bd1bfba4f
parentf5162aa63fb7652eae2ad74be4c3bdf869c0d1f7
Fix conformance issue in GSSAPI tests

Although some C compilers allow a function returning void to be called
in a return statement from another function returning void, it isn't
conformant and generates an error from (at least) the HP-UX native
compiler.  Reported by Michael Osipov.

(cherry picked from commit 6fe25e755f510c0fc86b899d96db9f80acf03ac5)

ticket: 9023
version_fixed: 1.19.3
src/tests/gssapi/common.c