summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/ps.c')
-rw-r--r--openvpn/src/openvpn/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/ps.c b/openvpn/src/openvpn/ps.c
index a57ac547..b22653b4 100644
--- a/openvpn/src/openvpn/ps.c
+++ b/openvpn/src/openvpn/ps.c
@@ -801,7 +801,7 @@ port_share_open (const char *host,
/*
* Get host's IP address
*/
-
+
status = openvpn_getaddrinfo (GETADDR_RESOLVE|GETADDR_HOST_ORDER|GETADDR_FATAL,
host, port, 0, NULL, AF_INET, &ai);
ASSERT (status==0);