mtype should be dns_ssumatchtype_t

This commit is contained in:
Mark Andrews 2018-09-20 15:50:07 +10:00
parent ae2bc454e5
commit 7effcffba2

View 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;