Files
bind9/tests/dns
Ondřej Surý a5f5f68502 Refactor isc_time_now() to return time, and not result
The isc_time_now() and isc_time_now_hires() were used inconsistently
through the code - either with status check, or without status check,
or via TIME_NOW() macro with RUNTIME_CHECK() on failure.

Refactor the isc_time_now() and isc_time_now_hires() to always fail when
getting current time has failed, and return the isc_time_t value as
return value instead of passing the pointer to result in the argument.
2023-03-31 15:02:06 +02:00
..
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2022-06-16 17:21:11 +02:00
2023-02-27 13:47:55 +00:00
2023-02-28 11:44:15 +01:00
2023-03-31 13:33:16 +02:00