From f10074d9897850b9b746ff8d8e0b2dc4af24f3ff Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 10 Mar 2026 22:41:39 +1100 Subject: Don't advertise anti lag if the PD doesn't support it --- src/timestamp_pool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timestamp_pool.cc') diff --git a/src/timestamp_pool.cc b/src/timestamp_pool.cc index e8ef9f5..7230bb9 100644 --- a/src/timestamp_pool.cc +++ b/src/timestamp_pool.cc @@ -148,7 +148,7 @@ TimestampPool::Handle::get_time() { return std::nullopt; } - return device_ctx.clock.ticks_to_time(query_result.value); + return device_ctx.clock->ticks_to_time(query_result.value); } std::optional -- cgit v1.2.3