]> git.ipfire.org Git - thirdparty/openvpn.git/commit
multi: remove extra brackets in multi_process_incoming_link()
authorAntonio Quartulli <a@unstable.cc>
Mon, 13 Sep 2021 14:45:31 +0000 (16:45 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 15 Sep 2021 12:41:22 +0000 (14:41 +0200)
commitc768ee96b49a3df459f584d6050802312815deec
tree6d00edd0c34993e46f220bdf2310cc3ce5c0b385
parentb61d1988582feb2e1ed1cf9e62700f484e0bc150
multi: remove extra brackets in multi_process_incoming_link()

After getting rid of all PF related ifdef blocks, a pair of
useless brackets has remained in multi_process_incoming_link().
These brackets do nothing at the moment and can be just removed.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210913144531.8889-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22834.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c