]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix 'binary or' vs 'boolean or' related to server_bridge_proxy_dhcp
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 2 May 2024 09:53:22 +0000 (11:53 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 2 May 2024 14:13:18 +0000 (16:13 +0200)
commit9d92221eb4e773cae913752af6d70082ae305fe8
tree62bf89fc3a813f2fe5c37b952534c8b3aa35a8a8
parent02f0845be7e54e8676e73621e424b6a1540b88b5
Fix 'binary or' vs 'boolean or' related to server_bridge_proxy_dhcp

Both values are boolean so there is no reason to use "|"
and it just confuses the reader whether there is something
more going on here.

Change-Id: Ie61fa6a78875ecbaa9d3d8e7a50603d77c9ce09e
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20240502095322.9433-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28601.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/helper.c
src/openvpn/init.c