mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00: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;
|
||||
work = static_cast<u32>(c - '0');
|
||||
state = State::Ip1;
|
||||
} else if (c == '\n') {
|
||||
state = State::BeginLine;
|
||||
} else {
|
||||
state = State::IgnoredLine;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user