]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix compile error on TARGET_ANDROID
authorArne Schwabe <arne@rfc2549.org>
Mon, 17 Apr 2023 13:40:46 +0000 (15:40 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 May 2023 12:18:17 +0000 (14:18 +0200)
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>
src/openvpn/socket.c

index ab8cc754d23c46d05668ac9e4f866addd1fc3d8c..fc643c1c52fa038596235a189366f90bfd9a1017 100644 (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