mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
... and fix DEBUG string
This commit is contained in:
parent
444dfeada8
commit
5500a36b29
@ -1733,7 +1733,7 @@ tcp_handle_closepend(void)
|
|||||||
struct tcp_pcb *next = pcb->next;
|
struct tcp_pcb *next = pcb->next;
|
||||||
/* send pending FIN */
|
/* send pending FIN */
|
||||||
if (pcb->flags & TF_CLOSEPEND) {
|
if (pcb->flags & TF_CLOSEPEND) {
|
||||||
LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: pending FIN\n"));
|
LWIP_DEBUGF(TCP_DEBUG, ("tcp_handle_closepend: pending FIN\n"));
|
||||||
tcp_clear_flags(pcb, TF_CLOSEPEND);
|
tcp_clear_flags(pcb, TF_CLOSEPEND);
|
||||||
tcp_close_shutdown_fin(pcb);
|
tcp_close_shutdown_fin(pcb);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user