mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Don't set time to current, if set to specific time fails
PR: 92577
This commit is contained in:
parent
a00d9cda62
commit
fb1a11d799
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ main(int argc, char *argv[])
|
|||
if (timeset) {
|
||||
rval = 1;
|
||||
warn("%s", *argv);
|
||||
continue;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue