diff --git a/src/openvpn/init.c b/src/openvpn/init.c index 16501fd..b5bad65 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -3643,10 +3643,6 @@ inherit_context_child (struct context *dest, dest->c2.link_socket_info->lsa = &dest->c1.link_socket_addr; dest->c2.link_socket_info->connection_established = false; } - -#ifdef USE_COMP - dest->c2.comp_context = NULL; -#endif } void