mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 21:49:53 +02:00
System/Api/Dns: Remove some old Slon debugging stuff that breaks Catbox DNS lookup
This commit is contained in:
@@ -12,9 +12,6 @@ U32 @dns_query(U8* host)
|
|||||||
U32 res = 0;
|
U32 res = 0;
|
||||||
if (!host)
|
if (!host)
|
||||||
return U32_MAX;
|
return U32_MAX;
|
||||||
if (!StrICmp("catbox.moe", host)) {
|
|
||||||
return 0x0a1400fe;
|
|
||||||
}
|
|
||||||
DnsRequest* request = CAlloc(sizeof(DnsRequest), Fs->code_heap);
|
DnsRequest* request = CAlloc(sizeof(DnsRequest), Fs->code_heap);
|
||||||
request->host = StrNew(host, erythros_mem_task);
|
request->host = StrNew(host, erythros_mem_task);
|
||||||
request->pointer_to_u32 = &res;
|
request->pointer_to_u32 = &res;
|
||||||
|
|||||||
Reference in New Issue
Block a user