mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 18:47:40 -04:00
7 lines
69 B
Text
7 lines
69 B
Text
|
|
@@
|
||
|
|
expression t;
|
||
|
|
@@
|
||
|
|
|
||
|
|
- isc_stdtime_get(&t);
|
||
|
|
+ t = isc_stdtime_now();
|