mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 14:24:48 +01:00
network/dns_resolver/server: Add missing break in switch.
CID 991278, but that also causes CID 991176, so both of those are fixed. Does *not* fix #12156. Might fix some of the outstanding NFSv4 issues but I didn't look too hard.
This commit is contained in:
parent
4fe78e3499
commit
4a35186ac2
@ -146,6 +146,8 @@ MainLoop()
|
||||
switch (code) {
|
||||
case MsgGetAddrInfo:
|
||||
result = GetAddrInfo(reinterpret_cast<char*>(buffer));
|
||||
break;
|
||||
|
||||
default:
|
||||
result = B_BAD_VALUE;
|
||||
write_port(gReplyPort, MsgError, &result, sizeof(result));
|
||||
|
Loading…
x
Reference in New Issue
Block a user