]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix conformance issue in GSSAPI tests 1210/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 18 Aug 2021 16:07:04 +0000 (12:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 23 Aug 2021 16:14:11 +0000 (12:14 -0400)
commit6fe25e755f510c0fc86b899d96db9f80acf03ac5
tree58095b2019cc61d9558dc8b74621d27a5d2be004
parentd775c95af7606a51bf79547a94fa52ddd1cb7f49
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.

ticket: 9023 (new)
tags: pullup
target_version: 1.19-next
target_version: 1.18-next
src/tests/gssapi/common.c