]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Correct spelling of dnssec-signzone in output file
authorTony Finch <fanf@isc.org>
Mon, 7 Mar 2022 17:12:30 +0000 (17:12 +0000)
committerTony Finch <fanf@isc.org>
Wed, 9 Mar 2022 17:37:11 +0000 (17:37 +0000)
The version comment in the signed zone said "dnssec_signzone". To fix
it, use the same `program` variable as other warnings and messages.

bin/dnssec/dnssec-signzone.c

index cf203b127608b0dc346cd82f95a94335442787e7..8fc6eee5b6c45ef778f50c19c99d4153c0f513f5 100644 (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