mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Don't wait forever if there is no link, go to background
after 2 x polling time.
This commit is contained in:
parent
70374dff23
commit
ca27808a34
1 changed files with 2 additions and 0 deletions
|
|
@ -3320,6 +3320,8 @@ void state_link (cpp)
|
|||
}
|
||||
}
|
||||
}
|
||||
if (doinitcheck)
|
||||
go_daemon ();
|
||||
doinitcheck = 1;
|
||||
}
|
||||
#endif /* ifdef ENABLE_POLLING_MODE */
|
||||
|
|
|
|||
Loading…
Reference in a new issue