From 1559dfd3415fea8857e1efa4cf110edb488d77d1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 8 Oct 2012 14:30:10 +1100 Subject: [PATCH] silence compiler warning --- lib/dns/rpz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/rpz.c b/lib/dns/rpz.c index 5ed2d2c00d..65c94baf83 100644 --- a/lib/dns/rpz.c +++ b/lib/dns/rpz.c @@ -191,6 +191,7 @@ dns_rpz_policy2str(dns_rpz_policy_t policy) { break; default: str = ""; + POST(str); INSIST(0); } return (str);