mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
lwip: fix CI build issue
This commit is contained in:
parent
ab92d43bc6
commit
b08113d2b4
@ -1425,7 +1425,7 @@ void tcp_pcb_num_cal(tcp_pcb_num_t *tcp_pcb_num)
|
||||
}
|
||||
}
|
||||
|
||||
for (pcb = tcp_listen_pcbs.listen_pcbs; pcb != NULL; pcb = pcb->next){
|
||||
for (listen = tcp_listen_pcbs.listen_pcbs; listen != NULL; listen = listen->next){
|
||||
tcp_pcb_num->total ++;
|
||||
tcp_pcb_num->listen ++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user