mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue