mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't screw up our uptime with historical dates.
This commit is contained in:
parent
f249dbcc71
commit
d25917e856
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ static struct timehands th0 = {
|
|||
0,
|
||||
18446744073709ULL, /* 2^64/1000000 */
|
||||
0,
|
||||
{769769981, 0}, /* Tue May 24 08:59:41 GMT 1994 */
|
||||
{1, 0},
|
||||
{0, 0},
|
||||
{0, 0},
|
||||
1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue