]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence compiler warning
authorMark Andrews <marka@isc.org>
Mon, 8 Oct 2012 03:30:10 +0000 (14:30 +1100)
committerMark Andrews <marka@isc.org>
Mon, 8 Oct 2012 03:30:10 +0000 (14:30 +1100)
lib/dns/rpz.c

index 5ed2d2c00d59a45fecbeeb2bb1626a4a91f40c96..65c94baf83517d05f6148b7821adb3386e7d35bf 100644 (file)
@@ -191,6 +191,7 @@ dns_rpz_policy2str(dns_rpz_policy_t policy) {
                break;
        default:
                str = "";
+               POST(str);
                INSIST(0);
        }
        return (str);