From 7effcffba200a6ad0b153b633a389cb6eb668bb2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 20 Sep 2018 15:50:07 +1000 Subject: [PATCH] mtype should be dns_ssumatchtype_t --- bin/named/zoneconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 55eb39d48a..85e5421fd2 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;