System/Api/Dns: Remove some old Slon debugging stuff that breaks Catbox DNS lookup
This commit is contained in:
parent
df0adc0a15
commit
3201b187ec
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue