/[lwip]/lwip/src/netif/ppp/lcp.c
ViewVC logotype

Diff of /lwip/src/netif/ppp/lcp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jani, Fri May 30 08:49:34 2003 UTC revision 1.3 by jani, Mon Jun 2 11:12:56 2003 UTC
# Line 1880  static void LcpEchoCheck (fsm *f) Line 1880  static void LcpEchoCheck (fsm *f)
1880          /*          /*
1881           * Start the timer for the next interval.           * Start the timer for the next interval.
1882           */           */
1883          if (lcp_echo_timer_running != 0)          LWIP_ASSERT("lcp_echo_timer_running == 0", lcp_echo_timer_running == 0);
1884                  ppp_panic("LcpEchoCheck");  
1885          TIMEOUT (LcpEchoTimeout, f, lcp_echo_interval);          TIMEOUT (LcpEchoTimeout, f, lcp_echo_interval);
1886          lcp_echo_timer_running = 1;          lcp_echo_timer_running = 1;
1887  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26