From: Mark Andrews Date: Thu, 20 Sep 2018 05:50:07 +0000 (+1000) Subject: mtype should be dns_ssumatchtype_t X-Git-Tag: v9.13.4~146^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7effcffba200a6ad0b153b633a389cb6eb668bb2;p=thirdparty%2Fbind9.git mtype should be dns_ssumatchtype_t --- diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 55eb39d48a2..85e5421fd27 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -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;