Allow core:net to be imported with -default-to-panic-allocator.

This commit is contained in:
Jeroen van Rijn
2025-06-17 15:36:17 +02:00
parent f3a52a632c
commit a65ece4426
3 changed files with 34 additions and 27 deletions
+1 -1
View File
@@ -79,4 +79,4 @@ _get_dns_records_os :: proc(hostname: string, type: DNS_Record_Type, allocator :
}
return get_dns_records_from_nameservers(hostname, type, name_servers, host_overrides[:])
}
}