2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +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; break;
default: default:
str = ""; str = "";
POST(str);
INSIST(0); INSIST(0);
} }
return (str); return (str);