]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
mtype should be dns_ssumatchtype_t
authorMark Andrews <marka@isc.org>
Thu, 20 Sep 2018 05:50:07 +0000 (15:50 +1000)
committerMark Andrews <marka@isc.org>
Thu, 20 Sep 2018 06:03:24 +0000 (16:03 +1000)
bin/named/zoneconf.c

index 55eb39d48a2ad33a8b637eb4f2f123655bbfb8ae..85e5421fd27bd1761ab898907f3db48c20809fd3 100644 (file)
@@ -224,7 +224,7 @@ configure_zone_ssutable(const cfg_obj_t *zconfig, dns_zone_t *zone,
                const char *str;
                bool grant = false;
                bool usezone = false;
-               unsigned int mtype = dns_ssumatchtype_name;
+               dns_ssumatchtype_t mtype = dns_ssumatchtype_name;
                dns_fixedname_t fname, fident;
                isc_buffer_t b;
                dns_rdatatype_t *types;