Re: [Openvpn-devel] [PATCH] remove function is_proto_tcp()

2011-08-24 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/08/11 12:16, Heiko Hund wrote: | The implementation of is_proto_tcp() was invalid since the IPv6 stuff got | merged into master. There's proto_is_tcp() that does the same job right. | | Remove is_proto_tcp() and make its only caller use proto_is

Re: [Openvpn-devel] [PATCH] remove function is_proto_tcp()

2011-08-18 Thread Gert Doering
Hi, On Thu, Aug 18, 2011 at 10:16:21AM +, Heiko Hund wrote: > The implementation of is_proto_tcp() was invalid since the IPv6 stuff got > merged into master. There's proto_is_tcp() that does the same job right. > > Remove is_proto_tcp() and make its only caller use proto_is_tcp() instead. AC

[Openvpn-devel] [PATCH] remove function is_proto_tcp()

2011-08-18 Thread Heiko Hund
The implementation of is_proto_tcp() was invalid since the IPv6 stuff got merged into master. There's proto_is_tcp() that does the same job right. Remove is_proto_tcp() and make its only caller use proto_is_tcp() instead. Signed-off-by: Heiko Hund --- options.c |2 +- socket.h |6 -