summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/forward-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/forward-inline.h')
-rw-r--r--openvpn/src/openvpn/forward-inline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/forward-inline.h b/openvpn/src/openvpn/forward-inline.h
index 5853ce29..7eb480dd 100644
--- a/openvpn/src/openvpn/forward-inline.h
+++ b/openvpn/src/openvpn/forward-inline.h
@@ -228,6 +228,7 @@ context_reschedule_sec (struct context *c, int sec)
static inline struct link_socket_info *
get_link_socket_info (struct context *c)
{
+
if (c->c2.link_socket_info)
return c->c2.link_socket_info;
else