summaryrefslogtreecommitdiff
path: root/cesar/bsu/beacon
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/beacon')
-rw-r--r--cesar/bsu/beacon/src/beacon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/bsu/beacon/src/beacon.c b/cesar/bsu/beacon/src/beacon.c
index d1b7256ecd..c545225207 100644
--- a/cesar/bsu/beacon/src/beacon.c
+++ b/cesar/bsu/beacon/src/beacon.c
@@ -28,6 +28,7 @@ bsu_beacon_schedules_reset (bsu_beacon_schedules_t *schedule)
schedule->ps.nb = 0;
schedule->nps.ns = 0;
schedule->bpsto.present = false;
+ schedule->bpsto.bpsto = 0;
}
/**