From 7662015de60606d1b89329e7538f397699e81127 Mon Sep 17 00:00:00 2001 From: jani Date: Tue, 15 Apr 2003 14:58:35 +0000 Subject: [PATCH] obsolete PCB handling only active when TCP is enabled --- src/core/netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/netif.c b/src/core/netif.c index 58cb1cb3..44947f6d 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -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;