mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
fix typo
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user