0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

Fix compile error on TARGET_ANDROID

Commit 3132bead49 accidentially was submitted with a missing semicolon
at the end of the line. Whoops.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230417134046.81761-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26593.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
Arne Schwabe 2023-04-17 15:40:46 +02:00 committed by Gert Doering
parent c7da4e0dcc
commit 8d38ed4817

View File

@ -1165,7 +1165,7 @@ protect_fd_nonlocal(int fd, const struct sockaddr *addr)
{
if (!management)
{
msg(M_FATAL, "Required management interface not available.")
msg(M_FATAL, "Required management interface not available.");
}
/* pass socket FD to management interface to pass on to VPNService API