test48: update lookup name from static.minix3.org to test48.minix3.org
Change-Id: Ie8553bee529aeba66a438eab90177551ec44bc07
This commit is contained in:
parent
35a4831d02
commit
4d5b0de1fb
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ static struct
|
|||
{ "255.0.0.0", 0xff000000, 1, 0, 0, 0 },
|
||||
{ "127.0.0.1", 0x7f000001, 1, 0, 0, 0 },
|
||||
{ "localhost", 0x7f000001, 0, 1, 0, 0, },
|
||||
{ "static.minix3.org", 0xC023C00A, 0, 1, 1, 0, },
|
||||
{ "test48.minix3.org", 0x7f010203, 0, 1, 1, 0, },
|
||||
{ "", 0x00000000, 1, 0, 0, (1<<EAI_NONAME)|(1<<EAI_FAIL)|(1<<EAI_NODATA)},
|
||||
{ "256.256.256.256",0x00000000, 1, 0, 0, (1<<EAI_NONAME)|(1<<EAI_FAIL)|(1<<EAI_NODATA)},
|
||||
{ "minix3.example.com", 0x00000000, 0, 0, 1, (1<<EAI_NONAME)|(1<<EAI_FAIL)|(1<<EAI_NODATA)}};
|
||||
|
|
Loading…
Reference in a new issue