summaryrefslogtreecommitdiffstats
path: root/src/shared/boot-timestamps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/boot-timestamps.c')
-rw-r--r--src/shared/boot-timestamps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c
index 8786e89c0e..e49bd8f1f2 100644
--- a/src/shared/boot-timestamps.c
+++ b/src/shared/boot-timestamps.c
@@ -15,7 +15,7 @@ int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_time
assert(loader);
if (!n) {
- dual_timestamp_get(&_n);
+ dual_timestamp_now(&_n);
n = &_n;
}