]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix for msbuild/mingw GHA failures
authorGianmarco De Gregori <gianmarco@mandelbit.com>
Wed, 23 Oct 2024 11:39:23 +0000 (13:39 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 23 Oct 2024 11:45:59 +0000 (13:45 +0200)
commit3636da3b0f168d8e06a00ec5d1f33e4b9aded262
treef15760b5d8c34946d6b7f358d97ba9d5f0c9207b
parentcd8e25a6e9a0fc3687cf8b9df460885db2aee566
Fix for msbuild/mingw GHA failures

Commit cd8e25a6e9 removed a variable because it looked as if
used only once anyway (1 assignment, 1 usage) - overlooking that
on _WIN32 it's changed to NULL, which wasn't adjusted...

This fix restores the wiped out "unsigned int *persistent" in
multi_tcp_wait(), undoing this particular change of the previous
commit.

Change-Id: I8526aadb5151ddc997c836d5a691bcdfee700938
Signed-off-by: Gianmarco De Gregori <gianmarco@mandelbit.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20241023113923.7420-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg29612.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/mtcp.c