mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-15 00:39:54 +00:00
fixed LCP Echo Request/Reply feature
This commit is contained in:
parent
c9e7531251
commit
be9b23a082
@ -2595,7 +2595,7 @@ static void LcpEchoCheck(fsm *f) {
|
||||
*/
|
||||
|
||||
static void LcpEchoTimeout(void *arg) {
|
||||
fsm *f = (fsm*)f;
|
||||
fsm *f = (fsm*)arg;
|
||||
ppp_pcb *pcb = f->pcb;
|
||||
if (pcb->lcp_echo_timer_running != 0) {
|
||||
pcb->lcp_echo_timer_running = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user