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:
parent
6bcfa0c4ec
commit
338df9e1ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user