]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix log message about 'dnsrps-enable yes;' when not configured (this will only ever...
authorMark Andrews <marka@isc.org>
Mon, 5 Mar 2018 02:40:20 +0000 (13:40 +1100)
committerEvan Hunt <each@isc.org>
Wed, 7 Mar 2018 20:35:38 +0000 (15:35 -0500)
bin/named/server.c

index 0a5cb21f38295182d9b1c0ae15a3cb6120d18269..ff4c8b66f7d64d92e4f4205367e90fb70a43259e 100644 (file)
@@ -2311,7 +2311,7 @@ configure_rpz(dns_view_t *view, const cfg_obj_t **maps,
        if (dnsrps_enabled) {
                cfg_obj_log(rpz_obj, named_g_lctx, DNS_RPZ_ERROR_LEVEL,
                            "\"dnsrps-enable yes\" but"
-                           " with `./configure --enable-dnsrps`");
+                           " without `./configure --enable-dnsrps`");
                return (ISC_R_FAILURE);
        }
 #else