]> git.feebdaed.xyz Git - 0xmirror/openvpn.git/commit
multi-socket: remove duplicated/dead code
authorGianmarco De Gregori <gianmarco@mandelbit.com>
Sat, 22 Nov 2025 18:52:33 +0000 (19:52 +0100)
committerGert Doering <gert@greenie.muc.de>
Sat, 22 Nov 2025 21:39:05 +0000 (22:39 +0100)
commit779ab39d88c8ac83c67b69741d80b79a4587ad25
tree226927b0cefe2b72f4a7dfcce193c1eb4c32679a
parentb39bed539f218f6165d79224adbc343a63a4514d
multi-socket: remove duplicated/dead code

Removed the event_ctl() for ENABLE_ASYNC_PUSH
in io_wait_dowork() since that function is
not executed by servers anymore.

Removed a duplicated code in multi_io_process_io()
for new incoming TCP connections since the same
thing is done couple lines above.

Change-Id: Id1457f8432b4f0a69108b91ca12f2cbd0818f90d
Signed-off-by: Gianmarco De Gregori <gianmarco@mandelbit.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1384
Message-Id: <20251122185239.26312-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg34593.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/forward.c
src/openvpn/multi_io.c