mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-21 09:39:58 +00:00
fix copy & paste error in comment
This commit is contained in:
parent
94ad523357
commit
eb51b683ed
@ -2629,7 +2629,7 @@ httpd_init(void)
|
||||
#endif
|
||||
LWIP_DEBUGF(HTTPD_DEBUG, ("httpd_init\n"));
|
||||
|
||||
/* LWIP_ASSERT_CORE_LOCKED(); is checked by udp_new() */
|
||||
/* LWIP_ASSERT_CORE_LOCKED(); is checked by tcp_new() */
|
||||
|
||||
pcb = altcp_tcp_new_ip_type(IPADDR_TYPE_ANY);
|
||||
LWIP_ASSERT("httpd_init: tcp_new failed", pcb != NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user