From dd5742c9bcaf3b6f9a67ede300128bacd43bbe6b Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Tue, 1 Jan 2013 12:25:32 +0000 Subject: [PATCH] fix spelling error. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2581 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/net/lwip/src/core/ipv4/ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/lwip/src/core/ipv4/ip.c b/components/net/lwip/src/core/ipv4/ip.c index 6f248716b6..0f7fa7d9ba 100644 --- a/components/net/lwip/src/core/ipv4/ip.c +++ b/components/net/lwip/src/core/ipv4/ip.c @@ -83,7 +83,7 @@ || (LWIP_IP_ACCEPT_UDP_PORT(port))) #elif defined(LWIP_IP_ACCEPT_UDP_PORT) /* LWIP_DHCP && defined(LWIP_IP_ACCEPT_UDP_PORT) */ /* accept custom port only */ -#define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (LWIP_IP_ACCEPT_UDP_PORT(dst_port)) +#define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (LWIP_IP_ACCEPT_UDP_PORT(port)) #else /* LWIP_DHCP && defined(LWIP_IP_ACCEPT_UDP_PORT) */ /* accept DHCP client port only */ #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT)) -- GitLab