summaryrefslogtreecommitdiff
path: root/main/openvpn/src/openvpn/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/src/openvpn/socket.h')
-rw-r--r--main/openvpn/src/openvpn/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvpn/src/openvpn/socket.h b/main/openvpn/src/openvpn/socket.h
index 51329534..f27e9a9a 100644
--- a/main/openvpn/src/openvpn/socket.h
+++ b/main/openvpn/src/openvpn/socket.h
@@ -917,7 +917,7 @@ link_socket_set_outgoing_addr (const struct buffer *buf,
&&
/* address undef or address == remote or --float */
(info->remote_float ||
- (!lsa->remote_list || addrlist_match_proto (&act->dest, lsa->remote_list, info->proto))
+ (!lsa->remote_list || addrlist_match_proto (&act->dest, lsa->remote_list, info->proto))
)
)
{