Fixed two compilation errors with different opt.h settings

This commit is contained in:
goldsimon
2011-05-26 14:47:28 +00:00
parent 1b2b054139
commit 92fcfd7a6f
2 changed files with 2 additions and 3 deletions

View File

@@ -1169,7 +1169,6 @@ tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb)
seg->tcphdr->chksum = ipX_chksum_pseudo(PCB_ISIPV6(pcb), seg->p, IP_PROTO_TCP,
seg->p->tot_len, &pcb->local_ip, &pcb->remote_ip);
#endif /* CHECKSUM_GEN_TCP */
}
#endif /* TCP_CHECKSUM_ON_COPY */
TCP_STATS_INC(tcp.xmit);