2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Bob Halley
2000-01-19 02:28:48 +00:00
parent 16508d9185
commit fd1c538c9d

View File

@@ -2961,7 +2961,7 @@ dump_adb(dns_adb_t *adb, FILE *f)
else
fprintf(f, "%d ", name->expire_v4 - now);
if (name->expire_v6 == INT_MAX)
fprintf(f, "inf] ");
fprintf(f, "inf ");
else
fprintf(f, "%d ", name->expire_v6 - now);
if (name->expire_target == INT_MAX)