]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing semicolon
authorMark Andrews <marka@isc.org>
Tue, 24 Oct 2017 23:29:10 +0000 (10:29 +1100)
committerMark Andrews <marka@isc.org>
Tue, 24 Oct 2017 23:29:10 +0000 (10:29 +1100)
bin/confgen/rndc-confgen.c

index 8706a09d5e0b729b97fc769fa6c627feb0c31044..15718ef79e6a6484dd57857578b61bb4d0559ad7 100644 (file)
@@ -237,7 +237,7 @@ main(int argc, char **argv) {
                        fprintf(stderr,
                                "warning: the default algorithm hmac-md5 "
                                "is deprecated and will be\n"
-                               "changed to hmac-sha256 in a future release\n")
+                               "changed to hmac-sha256 in a future release\n");
                }
        }