diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index a159ce8d332..b1d7327fffc 100644 --- a/sys/netinet/tcp_sack.c +++ b/sys/netinet/tcp_sack.c @@ -461,7 +461,6 @@ tcp_sack_option(struct tcpcb *tp, struct tcphdr *th, u_char *cp, int optlen) temp = tcp_sackhole_insert(tp, tp->snd_fack,sblkp->start,NULL); if (temp == NULL) return 0; - tcp_sackhole_insert(tp, tp->snd_fack, sblkp->start, NULL); tp->snd_fack = sblkp->end; /* Go to the previous sack block. */ sblkp--;