chiark / gitweb /
resolved: make sure we don't mark the wrong zone RRs conflicting
[elogind.git] / src / resolve / resolved-dns-zone.c
index 13b1b3c595a7f66c8990154356d30b9b83b4a8c6..ebbd1e2bf115f8580fc3f688c6176e6291cb11f9 100644 (file)
@@ -28,7 +28,7 @@
 /* Never allow more than 1K entries */
 #define ZONE_MAX 1024
 
-static void dns_zone_item_probe_stop(DnsZoneItem *i) {
+void dns_zone_item_probe_stop(DnsZoneItem *i) {
         DnsTransaction *t;
         assert(i);