obsolete PCB handling only active when TCP is enabled

This commit is contained in:
jani 2003-04-15 14:58:35 +00:00
parent e4775d4162
commit 7662015de6

View File

@ -176,7 +176,7 @@ netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr)
{
/* TODO: Handling of obsolete pcbs */
/* See: http://mail.gnu.org/archive/html/lwip-users/2003-03/msg00118.html */
#if 1
#if LWIP_TCP
struct tcp_pcb *pcb;
struct tcp_pcb_listen *lpcb;