]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dco_linux: fix case statement by using proper error value
authorAntonio Quartulli <antonio@mandelbit.com>
Wed, 23 Jul 2025 06:20:06 +0000 (08:20 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 23 Jul 2025 08:13:24 +0000 (10:13 +0200)
commitf1a2a37897a6517c4c321abb7bc343bf495c94e2
tree13f93249ca3fcc11e911e1f538afe0a4e9c3da31
parent48f4a6a56189703073e1282a1a252e0bd8d9b05d
dco_linux: fix case statement by using proper error value

A M_ERR constant accidentally slipped in as possible
netlink error value.

Substitute it with the actual code matching the following
error message.

Change-Id: I18df6ef659cab9525dd7847b7dd3950fc1895dd5
Signed-off-by: Antonio Quartulli <antonio@mandelbit.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20250723062012.22781-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32269.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/dco_linux.c