2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

silence compiler warning

This commit is contained in:
Mark Andrews
2012-10-08 14:30:10 +11:00
parent 2230cda938
commit 1559dfd341

View File

@@ -191,6 +191,7 @@ dns_rpz_policy2str(dns_rpz_policy_t policy) {
break;
default:
str = "";
POST(str);
INSIST(0);
}
return (str);