Skip to content

Commit dd5742c

Browse files
committed
fix spelling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2581 bbd45198-f89e-11dd-88c7-29a3b14d5316
1 parent deef5db commit dd5742c

File tree

1 file changed

+1
-1
lines changed
  • components/net/lwip/src/core/ipv4

1 file changed

+1
-1
lines changed

components/net/lwip/src/core/ipv4/ip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
|| (LWIP_IP_ACCEPT_UDP_PORT(port)))
8484
#elif defined(LWIP_IP_ACCEPT_UDP_PORT) /* LWIP_DHCP && defined(LWIP_IP_ACCEPT_UDP_PORT) */
8585
/* accept custom port only */
86-
#define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (LWIP_IP_ACCEPT_UDP_PORT(dst_port))
86+
#define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (LWIP_IP_ACCEPT_UDP_PORT(port))
8787
#else /* LWIP_DHCP && defined(LWIP_IP_ACCEPT_UDP_PORT) */
8888
/* accept DHCP client port only */
8989
#define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT))

0 commit comments

Comments
 (0)