Add a missing break. This bug was introduced in r228856.
This commit is contained in:
parent
acf8ebb0e9
commit
de02885a7b
@ -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 New Issue
Block a user