mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-09 00:42:51 -04: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:
parent
c7da4e0dcc
commit
8d38ed4817
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue