mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
added missing initialisation in ppp_init.c
This commit is contained in:
parent
1013b49ab7
commit
d95f1e9913
@ -360,7 +360,17 @@ int ppp_init(void) {
|
||||
struct protent *protp;
|
||||
|
||||
debug = 1;
|
||||
|
||||
new_phase(PHASE_INITIALIZE);
|
||||
error_count = 0;
|
||||
unsuccess = 0;
|
||||
listen_time = 0;
|
||||
status = EXIT_OK;
|
||||
need_holdoff = 1;
|
||||
ifunit = 1; /* FIXME: remove ifunit */
|
||||
#if PPP_STATS_SUPPORT
|
||||
link_stats_valid = 0;
|
||||
#endif /* PPP_STATS_SUPPORT */
|
||||
|
||||
/*
|
||||
openlog("LWIP-PPP", LOG_PID | LOG_NDELAY, LOG_DAEMON);
|
||||
|
Loading…
x
Reference in New Issue
Block a user