Added comment after #endif

This commit is contained in:
goldsimon 2010-03-03 16:05:20 +00:00
parent 103b5a760f
commit 2bf1184c39

View File

@ -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);