mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix a typo in previous commit.
Reported by: npn
Pointy hat to: jhb
Fixes: 572edd3dae vmm: Re-quiet set but unused warnings.
This commit is contained in:
parent
97f2e93a66
commit
6a33ecdc2f
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ rtc_to_secs(struct vrtc *vrtc)
|
|||
struct timespec ts;
|
||||
struct rtcdev *rtc;
|
||||
#ifdef KTR
|
||||
struct vm *vm = vtrc->vm;
|
||||
struct vm *vm = vrtc->vm;
|
||||
#endif
|
||||
int century, error, hour, pm, year;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue