diff options
-rw-r--r-- | openvpn/src/openvpn/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/socket.c b/openvpn/src/openvpn/socket.c index af790630..548ea72c 100644 --- a/openvpn/src/openvpn/socket.c +++ b/openvpn/src/openvpn/socket.c @@ -695,7 +695,7 @@ create_socket (struct link_socket *sock) } #ifdef TARGET_ANDROID -static void protect_fd_nonlocal (int fd, struct sockaddr* addr) +static void protect_fd_nonlocal (int fd, const struct sockaddr* addr) { /* pass socket FD to management interface to pass on to VPNService API * as "protected socket" (exempt from being routed into tunnel) |