-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
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
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 -