mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-08 17:20:38 -04:00
silence compiler warning
This commit is contained in:
parent
2230cda938
commit
1559dfd341
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ dns_rpz_policy2str(dns_rpz_policy_t policy) {
|
|||
break;
|
||||
default:
|
||||
str = "";
|
||||
POST(str);
|
||||
INSIST(0);
|
||||
}
|
||||
return (str);
|
||||
|
|
|
|||
Loading…
Reference in a new issue