Ticket #273: 273-patch.txt

File 273-patch.txt, 413 bytes (added by Gert Döring, 11 years ago)

patch seems trivial, maybe I'm overlooking something. mailed james, asked for review

Line 
1diff --git a/src/openvpn/init.c b/src/openvpn/init.c
2index 16501fd..b5bad65 100644
3--- a/src/openvpn/init.c
4+++ b/src/openvpn/init.c
5@@ -3643,10 +3643,6 @@ inherit_context_child (struct context *dest,
6       dest->c2.link_socket_info->lsa = &dest->c1.link_socket_addr;
7       dest->c2.link_socket_info->connection_established = false;
8     }
9-
10-#ifdef USE_COMP
11-  dest->c2.comp_context = NULL;
12-#endif
13 }
14 
15 void