We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1658121 commit 2bffd1bCopy full SHA for 2bffd1b
src/generic/apl.h
@@ -16,7 +16,7 @@ static really_inline int32_t scan_apl(
16
uint8_t digits[3];
17
size_t count;
18
uint32_t prefix;
19
- const uint8_t af_inet[2] = { 0x01, 0x00 }, af_inet6[2] = { 0x02, 0x00 };
+ const uint8_t af_inet[2] = { 0x00, 0x01 }, af_inet6[2] = { 0x00, 0x02 };
20
21
// address family is immediately followed by a colon ":"
22
if (text[negate + 1] != ':')
0 commit comments