mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Add a missing break. This bug was introduced in r228856.
This commit is contained in:
parent
acf8ebb0e9
commit
de02885a7b
1 changed files with 1 additions and 0 deletions
|
|
@ -1085,6 +1085,7 @@ sysclock_snap2bintime(struct sysclock_snap *cs, struct bintime *bt,
|
|||
/* Boot time adjustment, for uptime/monotonic clocks. */
|
||||
if (flags & FFCLOCK_UPTIME)
|
||||
bintime_sub(bt, &ffclock_boottime);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
return (EINVAL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue