]> git.ipfire.org Git - thirdparty/strongswan.git/commit
charon-nm: Use CALLBACK macro for callback job's cancel implementation
authorTobias Brunner <tobias@strongswan.org>
Fri, 21 Feb 2025 15:47:34 +0000 (16:47 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 19 Mar 2025 09:22:37 +0000 (10:22 +0100)
commit38d89f57f0771d3cc7b2ab70849584685ada2bc0
treec82b809f56a313afde6b9645bd21cec4413ad181
parenta7b5de569082398a14b7e571498e55d005903aaf
charon-nm: Use CALLBACK macro for callback job's cancel implementation

Casting to this specific function type doesn't work anymore if C23 is
used as the types mismatch.
src/charon-nm/nm/nm_backend.c