mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-07 14:51:26 +01:00
dns.mitm: fix hosts file parsing bug
This commit is contained in:
parent
bcda834980
commit
8eb65ab401
@ -125,6 +125,8 @@ namespace ams::mitm::socket::resolver {
|
|||||||
current_address = 0;
|
current_address = 0;
|
||||||
work = static_cast<u32>(c - '0');
|
work = static_cast<u32>(c - '0');
|
||||||
state = State::Ip1;
|
state = State::Ip1;
|
||||||
|
} else if (c == '\n') {
|
||||||
|
state = State::BeginLine;
|
||||||
} else {
|
} else {
|
||||||
state = State::IgnoredLine;
|
state = State::IgnoredLine;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user