mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 12:51:34 +00:00
vfs_lwip: fix switch fall-through
Pointed out by a compiler warning.
This commit is contained in:
parent
418ac4c560
commit
e0ee56275e
@ -896,6 +896,7 @@ class Lwip::Udp_socket_dir final :
|
||||
}
|
||||
result = Read_result::READ_OK;
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
||||
case Lwip_file_handle::PEEK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user