]> git.ipfire.org Git - thirdparty/openvpn.git/commit
client-connect: Refactor client-connect handling to calling a bunch of hooks in a...
authorFabian Knittel <fabian.knittel@lettink.de>
Sat, 11 Jul 2020 09:36:47 +0000 (11:36 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 15 Jul 2020 12:53:15 +0000 (14:53 +0200)
commit07a69fd2ca934c0521b0ee25f72e7f2385279a71
tree67cf438e2d526c97c0ecba1ccf85738635c1ae70
parent4f29b73b168904a764151f1acef0ea73c0fcece1
client-connect: Refactor client-connect handling to calling a bunch of hooks in a loop

This patch changes the calling of the client-connect functions into an
array of hooks and a block of code that calls them in a loop.

Signed-off-by: Fabian Knittel <fabian.knittel@lettink.de>
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Patch V5: Rebase on master.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <20200711093655.23686-6-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20293.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c