mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-27 06:14:09 +00:00
Added comment after #endif
This commit is contained in:
parent
103b5a760f
commit
2bf1184c39
@ -471,7 +471,7 @@ tcp_listen_input(struct tcp_pcb_listen *pcb)
|
||||
#if LWIP_TCP_TIMESTAMPS
|
||||
/* and maybe include the TIMESTAMP option */
|
||||
| (npcb->flags & TF_TIMESTAMP ? TF_SEG_OPTS_TS : 0)
|
||||
#endif
|
||||
#endif /* LWIP_TCP_TIMESTAMPS */
|
||||
);
|
||||
if (rc != ERR_OK) {
|
||||
tcp_abandon(npcb, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user