2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Correct spelling of dnssec-signzone in output file

The version comment in the signed zone said "dnssec_signzone". To fix
it, use the same `program` variable as other warnings and messages.
This commit is contained in:
Tony Finch 2022-03-07 17:12:30 +00:00
parent 6bcfa0c4ec
commit 338df9e1ff

View File

@ -3189,7 +3189,7 @@ print_version(FILE *fp) {
return;
}
fprintf(fp, "; dnssec_signzone version %s\n", PACKAGE_VERSION);
fprintf(fp, "; %s version %s\n", program, PACKAGE_VERSION);
}
ISC_NORETURN static void