You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out beacon.c:fix_beacon_time() was using the global timeval now
struct to populate its zulu timestamp on beacons, but the global now
variable was never set anywhere and not used by any other functions.
The global now struct was removed and a local zulutime timeval is now
used to populate timestamps.
0 commit comments