1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fix a bug in the tcp socketkiller for ipv6

(This used to be ctdb commit 83735951352a243da185031e4853e7e40c43a0fb)
This commit is contained in:
Ronnie Sahlberg 2008-08-20 09:23:31 +10:00
parent 37234887d9
commit 8e17e75eac

View File

@ -538,7 +538,7 @@ int ctdb_sys_read_tcp_packet(int s, void *private_data,
src->ip6.sin6_addr = ip6->ip6_src;
dst->ip6.sin6_family = AF_INET6;
dst->ip6.sin6_port = tcp->source;
dst->ip6.sin6_port = tcp->dest;
dst->ip6.sin6_addr = ip6->ip6_dst;
*ack_seq = tcp->ack_seq;